RESOLVED FIXED 65244
[Qt] tst_QWebElement::style() fails because QWebElement::CascadedStyle doesn't work as expected
https://bugs.webkit.org/show_bug.cgi?id=65244
Summary [Qt] tst_QWebElement::style() fails because QWebElement::CascadedStyle doesn'...
Kristóf Kosztyó
Reported 2011-07-27 03:41:10 PDT
FAIL! : tst_QWebElement::style() Compared values are not the same Actual (p.styleProperty("color", QWebElement::CascadedStyle)): red Expected (QLatin1String("yellow")): yellow Loc: [/ramdisk/qt-linux-release/build/Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp(478)]
Attachments
mark failing test cases as expected fail (2.59 KB, patch)
2011-08-02 01:31 PDT, Kristóf Kosztyó
no flags
Patch (3.93 KB, patch)
2012-11-09 08:23 PST, Jocelyn Turcotte
kenneth: review+
Kristóf Kosztyó
Comment 1 2011-08-02 01:30:30 PDT
FAIL! : tst_QWebElement::style() Compared values are not the same Actual (p.styleProperty("color", QWebElement::CascadedStyle)): Expected (QLatin1String("red")): red Loc: [/home/kosztyo/WebKit/Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp(544)] FAIL! : tst_QWebElement::style() Compared values are not the same Actual (p.styleProperty("color", QWebElement::CascadedStyle)): blue Expected (QLatin1String("black")): black Loc: [/home/kosztyo/WebKit/Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp(565)] FAIL! : tst_QWebElement::style() Compared values are not the same Actual (p.styleProperty("color", QWebElement::CascadedStyle)): blue Expected (QLatin1String("black")): black Loc: [/home/kosztyo/WebKit/Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp(583)]
Kristóf Kosztyó
Comment 2 2011-08-02 01:31:31 PDT
Created attachment 102626 [details] mark failing test cases as expected fail
Csaba Osztrogonác
Comment 3 2011-08-02 01:39:14 PDT
Comment on attachment 102626 [details] mark failing test cases as expected fail r=me, but cq-, because webkit-patch doesn't like my name :)
Csaba Osztrogonác
Comment 4 2011-08-02 01:47:14 PDT
Comment on attachment 102626 [details] mark failing test cases as expected fail Landed in https://trac.webkit.org/changeset/92169
Jocelyn Turcotte
Comment 5 2012-11-09 08:23:53 PST
Jocelyn Turcotte
Comment 6 2012-11-12 07:30:58 PST
Note You need to log in before you can comment on or make changes to this bug.