Title: [136427] trunk
Revision
136427
Author
[email protected]
Date
2012-12-03 12:04:27 -0800 (Mon, 03 Dec 2012)

Log Message

[EFL] Enable CSS3 background-position offsets by default.
https://bugs.webkit.org/show_bug.cgi?id=103879

Reviewed by Laszlo Gombos.

.:

Enable the feature for EFL only.

* Source/cmake/OptionsEfl.cmake:

LayoutTests:

Enable by default the new CSS3 background position offsets therefore we
can unskip the tests.

* platform/efl/TestExpectations:

Modified Paths

Diff

Modified: trunk/ChangeLog (136426 => 136427)


--- trunk/ChangeLog	2012-12-03 20:04:05 UTC (rev 136426)
+++ trunk/ChangeLog	2012-12-03 20:04:27 UTC (rev 136427)
@@ -1,5 +1,16 @@
 2012-12-03  Alexis Menard  <[email protected]>
 
+        [EFL] Enable CSS3 background-position offsets by default.
+        https://bugs.webkit.org/show_bug.cgi?id=103879
+
+        Reviewed by Laszlo Gombos.
+
+        Enable the feature for EFL only.
+
+        * Source/cmake/OptionsEfl.cmake:
+
+2012-12-03  Alexis Menard  <[email protected]>
+
         [GTK] Enable CSS3 background-background position offset by default.
         https://bugs.webkit.org/show_bug.cgi?id=103903
 

Modified: trunk/LayoutTests/ChangeLog (136426 => 136427)


--- trunk/LayoutTests/ChangeLog	2012-12-03 20:04:05 UTC (rev 136426)
+++ trunk/LayoutTests/ChangeLog	2012-12-03 20:04:27 UTC (rev 136427)
@@ -1,3 +1,15 @@
+2012-12-03  Alexis Menard  <[email protected]>
+
+        [EFL] Enable CSS3 background-position offsets by default.
+        https://bugs.webkit.org/show_bug.cgi?id=103879
+
+        Reviewed by Laszlo Gombos.
+
+        Enable by default the new CSS3 background position offsets therefore we
+        can unskip the tests.
+
+        * platform/efl/TestExpectations:
+
 2012-12-03  Stephen White  <[email protected]>
 
         [chromium]  Unreviewed gardening.

Modified: trunk/LayoutTests/platform/efl/TestExpectations (136426 => 136427)


--- trunk/LayoutTests/platform/efl/TestExpectations	2012-12-03 20:04:05 UTC (rev 136426)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2012-12-03 20:04:27 UTC (rev 136427)
@@ -392,10 +392,6 @@
 webkit.org/b/94110 fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html [ ImageOnlyFailure Missing ]
 webkit.org/b/94110 fast/css3-text/css3-text-decoration/text-decoration-style.html [ ImageOnlyFailure Missing ]
 
-# CSS3 Background is not yet enabled (needs ENABLE_CSS3_BACKGROUND).
-webkit.org/b/37514 fast/backgrounds/background-position-parsing-2.html [ Text ]
-webkit.org/b/37514 fast/backgrounds/background-position-rendering.html [ Image ]
-
 # Perf tests are really slow in debug builds and there are few benefits in running them.
 [ Debug ] perf [ WontFix ]
 

Modified: trunk/Source/cmake/OptionsEfl.cmake (136426 => 136427)


--- trunk/Source/cmake/OptionsEfl.cmake	2012-12-03 20:04:05 UTC (rev 136426)
+++ trunk/Source/cmake/OptionsEfl.cmake	2012-12-03 20:04:27 UTC (rev 136427)
@@ -49,6 +49,7 @@
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_API_TESTS ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BATTERY_STATUS ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BLOB ON)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS3_BACKGROUND ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS3_TEXT ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_DEVICE_ADAPTATION ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_IMAGE_SET ON)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to