Title: [86953] trunk/Source/WebKit/qt
- Revision
- 86953
- Author
- o...@webkit.org
- Date
- 2011-05-20 07:29:17 -0700 (Fri, 20 May 2011)
Log Message
2011-05-20 Csaba Osztrogonác <o...@webkit.org>
Reviewed by Benjamin Poulain.
[Qt] tst_QWebElement::style() fails because QWebElement::InlineStyle doesn't work as expected
https://bugs.webkit.org/show_bug.cgi?id=60372
* tests/qwebelement/tst_qwebelement.cpp: Mark failing test case as expected fail.
(tst_QWebElement::style):
Modified Paths
Diff
Modified: trunk/Source/WebKit/qt/ChangeLog (86952 => 86953)
--- trunk/Source/WebKit/qt/ChangeLog 2011-05-20 14:27:43 UTC (rev 86952)
+++ trunk/Source/WebKit/qt/ChangeLog 2011-05-20 14:29:17 UTC (rev 86953)
@@ -2,6 +2,16 @@
Reviewed by Benjamin Poulain.
+ [Qt] tst_QWebElement::style() fails because QWebElement::InlineStyle doesn't work as expected
+ https://bugs.webkit.org/show_bug.cgi?id=60372
+
+ * tests/qwebelement/tst_qwebelement.cpp: Mark failing test case as expected fail.
+ (tst_QWebElement::style):
+
+2011-05-20 Csaba Osztrogonác <o...@webkit.org>
+
+ Reviewed by Benjamin Poulain.
+
[Qt] Fix tst_QDeclarativeWebView::basicProperties() and historyNav() autotests
https://bugs.webkit.org/show_bug.cgi?id=61042
Modified: trunk/Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp (86952 => 86953)
--- trunk/Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp 2011-05-20 14:27:43 UTC (rev 86952)
+++ trunk/Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp 2011-05-20 14:29:17 UTC (rev 86953)
@@ -483,6 +483,7 @@
QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green"));
p.setStyleProperty("color", "blue");
+ QEXPECT_FAIL("", "https://bugs.webkit.org/show_bug.cgi?id=60372", Continue);
QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green"));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes