⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 92115 in webkit


Ignore:
Timestamp:
Aug 1, 2011, 3:19:44 AM (15 years ago)
Author:
Csaba Osztrogonác
Message:

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

Patch by Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu> on 2011-08-01
Reviewed by Csaba Osztrogonác.

  • tests/qwebpage/tst_qwebpage.cpp: Mark failing test case as expected fail

(tst_QWebPage::loadHtml5Video):

Location:
trunk/Source/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/qt/ChangeLog

    r92068 r92115  
     12011-08-01  Kristóf Kosztyó  <Kosztyo.Kristof@stud.u-szeged.hu>
     2
     3        [Qt] Fix tst_QWebPage::loadHtml5Video() API test
     4        https://bugs.webkit.org/show_bug.cgi?id=65452
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * tests/qwebpage/tst_qwebpage.cpp: Mark failing test case as expected fail
     9        (tst_QWebPage::loadHtml5Video):
     10
    1112011-07-30  Patrick Gansterer  <paroga@webkit.org>
    212
  • trunk/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp

    r91669 r92115  
    481481    QTest::qWait(2000);
    482482    QUrl mUrl = DumpRenderTreeSupportQt::mediaContentUrlByElementId(m_page->mainFrame(), "video");
     483    QEXPECT_FAIL("", "https://bugs.webkit.org/show_bug.cgi?id=65452", Continue);
    483484    QCOMPARE(mUrl.toEncoded(), url);
    484485#else
Note: See TracChangeset for help on using the changeset viewer.