Changeset 86953 in webkit


Ignore:
Timestamp:
May 20, 2011 7:29:17 AM (13 years ago)
Author:
Csaba Osztrogonác
Message:

2011-05-20 Csaba Osztrogonác <Csaba Osztrogonác>

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):
Location:
trunk/Source/WebKit/qt
Files:
2 edited

Legend:

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

    r86952 r86953  
     12011-05-20  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Reviewed by Benjamin Poulain.
     4
     5        [Qt] tst_QWebElement::style() fails because QWebElement::InlineStyle doesn't work as expected
     6        https://bugs.webkit.org/show_bug.cgi?id=60372
     7
     8        * tests/qwebelement/tst_qwebelement.cpp: Mark failing test case as expected fail.
     9        (tst_QWebElement::style):
     10
    1112011-05-20  Csaba Osztrogonác  <ossy@webkit.org>
    212
  • trunk/Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp

    r83440 r86953  
    484484
    485485    p.setStyleProperty("color", "blue");
     486    QEXPECT_FAIL("", "https://bugs.webkit.org/show_bug.cgi?id=60372", Continue);
    486487    QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
    487488    QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green"));
Note: See TracChangeset for help on using the changeset viewer.