Title: [126848] trunk
Revision
126848
Author
[email protected]
Date
2012-08-27 23:48:30 -0700 (Mon, 27 Aug 2012)

Log Message

[Qt] Enable CSS sticky position
https://bugs.webkit.org/show_bug.cgi?id=95172

Reviewed by Simon Hausmann.

Tools:

* qmake/mkspecs/features/features.pri:

LayoutTests:

* platform/qt/Skipped: Unskip a now passing test, skip still failing sticky tests.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126847 => 126848)


--- trunk/LayoutTests/ChangeLog	2012-08-28 06:41:45 UTC (rev 126847)
+++ trunk/LayoutTests/ChangeLog	2012-08-28 06:48:30 UTC (rev 126848)
@@ -1,3 +1,12 @@
+2012-08-27  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Enable CSS sticky position
+        https://bugs.webkit.org/show_bug.cgi?id=95172
+
+        Reviewed by Simon Hausmann.
+
+        * platform/qt/Skipped: Unskip a now passing test, skip still failing sticky tests.
+
 2012-08-27  Taiju Tsuiki  <[email protected]>
 
         Web Inspector: Add delete button to FileSystemView

Modified: trunk/LayoutTests/platform/qt/Skipped (126847 => 126848)


--- trunk/LayoutTests/platform/qt/Skipped	2012-08-28 06:41:45 UTC (rev 126847)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-08-28 06:48:30 UTC (rev 126848)
@@ -2037,10 +2037,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=89760
 fast/forms/number/number-validation-message.html
 
-# [Qt] New fast/css/sticky/parsing-position-sticky.html fails since r123379
-# https://bugs.webkit.org/show_bug.cgi?id=92080
-fast/css/sticky/parsing-position-sticky.html
-
 # [Qt] fast/block/positioning/002.html fails
 # https://bugs.webkit.org/show_bug.cgi?id=92732
 fast/block/positioning/002.html
@@ -2595,6 +2591,13 @@
 svg/animations/animateMotion-additive-1.svg
 svg/transforms/transformed-text-fill-gradient.html
 
+# Failing fast/css/sticky/ tests with minor pixel differences
+# https://bugs.webkit.org/show_bug.cgi?id=92080
+fast/css/sticky/inline-sticky-abspos-child.html
+fast/css/sticky/inline-sticky.html
+fast/css/sticky/sticky-writing-mode-vertical-lr.html
+fast/css/sticky/sticky-writing-mode-vertical-rl.html
+
 # REGRESSION(114309) - Exception stack traces aren't complete when the exception starts in native code
 # https://bugs.webkit.org/show_bug.cgi?id=84073
 plugins/npruntime/object-from-destroyed-plugin.html

Modified: trunk/Tools/ChangeLog (126847 => 126848)


--- trunk/Tools/ChangeLog	2012-08-28 06:41:45 UTC (rev 126847)
+++ trunk/Tools/ChangeLog	2012-08-28 06:48:30 UTC (rev 126848)
@@ -1,3 +1,12 @@
+2012-08-27  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Enable CSS sticky position
+        https://bugs.webkit.org/show_bug.cgi?id=95172
+
+        Reviewed by Simon Hausmann.
+
+        * qmake/mkspecs/features/features.pri:
+
 2012-08-27  Zan Dobersek  <[email protected]>
 
         [GTK] Memory cache should be cleared in between test runs

Modified: trunk/Tools/qmake/mkspecs/features/features.pri (126847 => 126848)


--- trunk/Tools/qmake/mkspecs/features/features.pri	2012-08-28 06:41:45 UTC (rev 126847)
+++ trunk/Tools/qmake/mkspecs/features/features.pri	2012-08-28 06:48:30 UTC (rev 126848)
@@ -29,6 +29,7 @@
     ENABLE_CSS_IMAGE_RESOLUTION=0 \
     ENABLE_CSS_REGIONS=1 \
     ENABLE_CSS_SHADERS=0 \
+    ENABLE_CSS_STICKY_POSITION=1 \
     ENABLE_CSS_VARIABLES=0 \
     ENABLE_CSS3_FLEXBOX=1 \
     ENABLE_CSS3_TEXT_DECORATION=0 \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to