Title: [140460] trunk
Revision
140460
Author
[email protected]
Date
2013-01-22 13:27:13 -0800 (Tue, 22 Jan 2013)

Log Message

[GTK] Enable CSS Image Orientation feature
https://bugs.webkit.org/show_bug.cgi?id=99040

Patch by Zan Dobersek <[email protected]> on 2013-01-22
Reviewed by Martin Robinson.

Tools: 

Enable the CSS Image Orientation feature in the development
builds of the GTK port. The feature is still disabled in the release
builds.

* Scripts/webkitperl/FeatureList.pm:

LayoutTests: 

Remove the general expectation, replacing it with a failure expectation
for the test that's failing due to whitespace problems in the cssText attribute
value after the image orientation attribute is set.

* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (140459 => 140460)


--- trunk/LayoutTests/ChangeLog	2013-01-22 21:26:08 UTC (rev 140459)
+++ trunk/LayoutTests/ChangeLog	2013-01-22 21:27:13 UTC (rev 140460)
@@ -1,5 +1,18 @@
 2013-01-22  Zan Dobersek  <[email protected]>
 
+        [GTK] Enable CSS Image Orientation feature
+        https://bugs.webkit.org/show_bug.cgi?id=99040
+
+        Reviewed by Martin Robinson.
+
+        Remove the general expectation, replacing it with a failure expectation
+        for the test that's failing due to whitespace problems in the cssText attribute
+        value after the image orientation attribute is set.
+
+        * platform/gtk/TestExpectations:
+
+2013-01-22  Zan Dobersek  <[email protected]>
+
         [GTK] Enable the <template> element support in development builds
         https://bugs.webkit.org/show_bug.cgi?id=106575
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (140459 => 140460)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-01-22 21:26:08 UTC (rev 140459)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-01-22 21:27:13 UTC (rev 140460)
@@ -364,9 +364,6 @@
 webkit.org/b/99057 fast/css/variables [ Skip ]
 webkit.org/b/99057 inspector/styles/variables [ Skip ]
 
-# CSS image-orientation is not yet enabled.
-webkit.org/b/99040 fast/css/image-orientation [ Failure ]
-
 # No CORS support for media elements is implemented yet.
 webkit.org/b/99037 http/tests/security/video-cross-origin-readback.html [ Failure ]
 
@@ -1385,6 +1382,8 @@
 webkit.org/b/105574 editing/input/reveal-caret-of-multiline-contenteditable.html [ Failure ]
 webkit.org/b/105574 fast/spatial-navigation/snav-div-overflow-scrol-hidden.html [ Failure ]
 
+webkit.org/b/106563 fast/css/image-orientation/image-orientation.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/Tools/ChangeLog (140459 => 140460)


--- trunk/Tools/ChangeLog	2013-01-22 21:26:08 UTC (rev 140459)
+++ trunk/Tools/ChangeLog	2013-01-22 21:27:13 UTC (rev 140460)
@@ -1,5 +1,18 @@
 2013-01-22  Zan Dobersek  <[email protected]>
 
+        [GTK] Enable CSS Image Orientation feature
+        https://bugs.webkit.org/show_bug.cgi?id=99040
+
+        Reviewed by Martin Robinson.
+
+        Enable the CSS Image Orientation feature in the development
+        builds of the GTK port. The feature is still disabled in the release
+        builds.
+
+        * Scripts/webkitperl/FeatureList.pm:
+
+2013-01-22  Zan Dobersek  <[email protected]>
+
         [GTK] Enable the <template> element support in development builds
         https://bugs.webkit.org/show_bug.cgi?id=106575
 

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (140459 => 140460)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2013-01-22 21:26:08 UTC (rev 140459)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2013-01-22 21:27:13 UTC (rev 140460)
@@ -198,7 +198,7 @@
       define => "ENABLE_CSS_BOX_DECORATION_BREAK", default => 1, value => \$cssBoxDecorationBreakSupport },
 
     { option => "css-image-orientation", desc => "Toggle CSS image-orientation support",
-      define => "ENABLE_CSS_IMAGE_ORIENTATION", default => 0, value => \$cssImageOrientationSupport },
+      define => "ENABLE_CSS_IMAGE_ORIENTATION", default => isGtk(), value => \$cssImageOrientationSupport },
 
     { option => "css-image-resolution", desc => "Toggle CSS image-resolution support",
       define => "ENABLE_CSS_IMAGE_RESOLUTION", default => (isBlackBerry() || isGtk()), value => \$cssImageResolutionSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to