Title: [89560] trunk/Source/WebKit/qt
- Revision
- 89560
- Author
- [email protected]
- Date
- 2011-06-23 05:45:34 -0700 (Thu, 23 Jun 2011)
Log Message
[Qt] Fix tst_QWebPage::showModalDialog() API test
https://bugs.webkit.org/show_bug.cgi?id=63244
Rubber-stamped by Andreas Kling.
[Qt] Fix tst_QWebPage::testStopScheduledPageRefresh() API test
https://bugs.webkit.org/show_bug.cgi?id=63245
* tests/qwebpage/tst_qwebpage.cpp: Mark failing test cases as expected fails.
(tst_QWebPage::showModalDialog):
(tst_QWebPage::testStopScheduledPageRefresh):
Modified Paths
Diff
Modified: trunk/Source/WebKit/qt/ChangeLog (89559 => 89560)
--- trunk/Source/WebKit/qt/ChangeLog 2011-06-23 12:26:30 UTC (rev 89559)
+++ trunk/Source/WebKit/qt/ChangeLog 2011-06-23 12:45:34 UTC (rev 89560)
@@ -1,3 +1,17 @@
+2011-06-23 Csaba Osztrogonác <[email protected]>
+
+ Rubber-stamped by Andreas Kling.
+
+ [Qt] Fix tst_QWebPage::showModalDialog() API test
+ https://bugs.webkit.org/show_bug.cgi?id=63244
+
+ [Qt] Fix tst_QWebPage::testStopScheduledPageRefresh() API test
+ https://bugs.webkit.org/show_bug.cgi?id=63245
+
+ * tests/qwebpage/tst_qwebpage.cpp: Mark failing test cases as expected fails.
+ (tst_QWebPage::showModalDialog):
+ (tst_QWebPage::testStopScheduledPageRefresh):
+
2011-06-22 Ademar de Souza Reis Jr. <[email protected]>
Reviewed by Holger Freyther.
Modified: trunk/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp (89559 => 89560)
--- trunk/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp 2011-06-23 12:26:30 UTC (rev 89559)
+++ trunk/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp 2011-06-23 12:45:34 UTC (rev 89560)
@@ -2793,6 +2793,7 @@
TestModalPage page;
page.mainFrame()->setHtml(QString("<html></html>"));
QString res = page.mainFrame()->evaluateJavaScript("window.showModalDialog('_javascript_:window.returnValue=dialogArguments; window.close();', 'This is a test');").toString();
+ QEXPECT_FAIL("", "https://bugs.webkit.org/show_bug.cgi?id=63244", Continue);
QCOMPARE(res, QString("This is a test"));
}
@@ -2805,8 +2806,10 @@
"<meta http-equiv=\"refresh\"content=\"0;URL=""
"</head><body><h1>Page redirects immediately...</h1>"
"</body></html>");
+ QEXPECT_FAIL("", "https://bugs.webkit.org/show_bug.cgi?id=63245", Continue);
QVERIFY(::waitForSignal(&page1, SIGNAL(loadFinished(bool))));
QTest::qWait(500);
+ QEXPECT_FAIL("", "https://bugs.webkit.org/show_bug.cgi?id=63245", Continue);
QCOMPARE(page1.mainFrame()->url(), QUrl(QLatin1String("qrc:///resources/index.html")));
// With QWebPage::StopScheduledPageRefresh
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes