Bug 92080
Summary: | [Qt] new fast/css/sticky/parsing-position-sticky.html fails because sticky positioning is disabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | János Badics <jbadics> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ojan, ossy, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 87008 |
János Badics
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
János Badics
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)
I guess the ENABLE flag didn't get toggled for Qt. Where does Qt set its ENABLE flags?
Csaba Osztrogonác
New bug report to enable sticky positioning - https://bugs.webkit.org/show_bug.cgi?id=95172