Changeset 146872 in webkit


Ignore:
Timestamp:
Mar 26, 2013 5:08:24 AM (11 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] Fix tst_QWebElement::render() API test
https://bugs.webkit.org/show_bug.cgi?id=65243

Reviewed by Jocelyn Turcotte.

Unmark the passing part of this testcase.

  • tests/qwebelement/tst_qwebelement.cpp:

(tst_QWebElement::render):

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

Legend:

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

    r146340 r146872  
     12013-03-26  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [Qt] Fix tst_QWebElement::render() API test
     4        https://bugs.webkit.org/show_bug.cgi?id=65243
     5
     6        Reviewed by Jocelyn Turcotte.
     7
     8        Unmark the passing part of this testcase.
     9
     10        * tests/qwebelement/tst_qwebelement.cpp:
     11        (tst_QWebElement::render):
     12
    1132013-03-19  Allan Sandfeld Jensen  <allan.jensen@digia.com>
    214
  • trunk/Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp

    r134233 r146872  
    10621062        painter.end();
    10631063
    1064         // The first chunk in this test is passing, but the others are failing
    1065         if (x > 0)
    1066             QEXPECT_FAIL("", "https://bugs.webkit.org/show_bug.cgi?id=65243", Continue);
    10671064        QVERIFY(chunk == image4.copy(chunkPaintRect));
    10681065    }
Note: See TracChangeset for help on using the changeset viewer.