Bug 92080 - [Qt] new fast/css/sticky/parsing-position-sticky.html fails because sticky positioning is disabled
Summary: [Qt] new fast/css/sticky/parsing-position-sticky.html fails because sticky po...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 87008
  Show dependency treegraph
 
Reported: 2012-07-24 01:37 PDT by János Badics
Modified: 2012-08-29 03:39 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description János Badics 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
Comment 1 János Badics 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?
Comment 2 Simon Fraser (smfr) 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?
Comment 3 Csaba Osztrogonác 2012-08-27 23:30:20 PDT
New bug report to enable sticky positioning - https://bugs.webkit.org/show_bug.cgi?id=95172