Title: [92115] trunk/Source/WebKit/qt
Revision
92115
Author
[email protected]
Date
2011-08-01 03:19:44 -0700 (Mon, 01 Aug 2011)

Log Message

[Qt] Fix tst_QWebPage::loadHtml5Video() API test
https://bugs.webkit.org/show_bug.cgi?id=65452

Patch by Kristóf Kosztyó <[email protected]> on 2011-08-01
Reviewed by Csaba Osztrogonác.

* tests/qwebpage/tst_qwebpage.cpp: Mark failing test case as expected fail
(tst_QWebPage::loadHtml5Video):

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (92114 => 92115)


--- trunk/Source/WebKit/qt/ChangeLog	2011-08-01 10:18:19 UTC (rev 92114)
+++ trunk/Source/WebKit/qt/ChangeLog	2011-08-01 10:19:44 UTC (rev 92115)
@@ -1,3 +1,13 @@
+2011-08-01  Kristóf Kosztyó  <[email protected]>
+
+        [Qt] Fix tst_QWebPage::loadHtml5Video() API test
+        https://bugs.webkit.org/show_bug.cgi?id=65452
+
+        Reviewed by Csaba Osztrogonác.
+
+        * tests/qwebpage/tst_qwebpage.cpp: Mark failing test case as expected fail
+        (tst_QWebPage::loadHtml5Video):
+
 2011-07-30  Patrick Gansterer  <[email protected]>
 
         Remove inclusion of MainThread.h from Threading.h

Modified: trunk/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp (92114 => 92115)


--- trunk/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp	2011-08-01 10:18:19 UTC (rev 92114)
+++ trunk/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp	2011-08-01 10:19:44 UTC (rev 92115)
@@ -480,6 +480,7 @@
     m_view->setHtml("<p><video id ='video' src='' autoplay/></p>");
     QTest::qWait(2000);
     QUrl mUrl = DumpRenderTreeSupportQt::mediaContentUrlByElementId(m_page->mainFrame(), "video");
+    QEXPECT_FAIL("", "https://bugs.webkit.org/show_bug.cgi?id=65452", Continue);
     QCOMPARE(mUrl.toEncoded(), url);
 #else
     QSKIP("This test requires Qt Multimedia", SkipAll);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to