RESOLVED FIXED 92080
[Qt] new fast/css/sticky/parsing-position-sticky.html fails because sticky positioning is disabled
https://bugs.webkit.org/show_bug.cgi?id=92080
Summary [Qt] new fast/css/sticky/parsing-position-sticky.html fails because sticky po...
János Badics
Reported 2012-07-24 01:37:40 PDT
fast/css/sticky/parsing-position-sticky.html fails with the following diff since r123379: --- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/css/sticky/parsing-position-sticky-expected.txt +++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/css/sticky/parsing-position-sticky-actual.txt @@ -3,7 +3,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS test("position: -webkit-sticky;") is "-webkit-sticky" +FAIL test("position: -webkit-sticky;") should be -webkit-sticky (of type string). Was null (of type object). PASS test("position: sticky;") is null PASS successfullyParsed is true
Attachments
János Badics
Comment 1 2012-07-24 02:11:14 PDT
I skipped this test until the proper fix. http://trac.webkit.org/changeset/123441 Could you have a look at it please?
Simon Fraser (smfr)
Comment 2 2012-07-24 08:37:54 PDT
I guess the ENABLE flag didn't get toggled for Qt. Where does Qt set its ENABLE flags?
Csaba Osztrogonác
Comment 3 2012-08-27 23:30:20 PDT
New bug report to enable sticky positioning - https://bugs.webkit.org/show_bug.cgi?id=95172
Note You need to log in before you can comment on or make changes to this bug.