Title: [136970] trunk
- Revision
- 136970
- Author
- ale...@webkit.org
- Date
- 2012-12-07 12:34:22 -0800 (Fri, 07 Dec 2012)
Log Message
[Chromium] Enable CSS3 background-position offset by default.
https://bugs.webkit.org/show_bug.cgi?id=104253
Reviewed by Tony Chang.
Source/WebKit/chromium:
Turn on the feature by default.
* features.gypi:
LayoutTests:
Enable by default the new CSS3 background position offsets therefore we
can unskip the tests.
* platform/chromium/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (136969 => 136970)
--- trunk/LayoutTests/ChangeLog 2012-12-07 20:22:35 UTC (rev 136969)
+++ trunk/LayoutTests/ChangeLog 2012-12-07 20:34:22 UTC (rev 136970)
@@ -1,3 +1,15 @@
+2012-12-07 Alexis Menard <ale...@webkit.org>
+
+ [Chromium] Enable CSS3 background-position offset by default.
+ https://bugs.webkit.org/show_bug.cgi?id=104253
+
+ Reviewed by Tony Chang.
+
+ Enable by default the new CSS3 background position offsets therefore we
+ can unskip the tests.
+
+ * platform/chromium/TestExpectations:
+
2012-12-07 James Simonsen <simon...@chromium.org>
[Chromium] Enable Intel's Resource Timing tests
Modified: trunk/LayoutTests/platform/chromium/TestExpectations (136969 => 136970)
--- trunk/LayoutTests/platform/chromium/TestExpectations 2012-12-07 20:22:35 UTC (rev 136969)
+++ trunk/LayoutTests/platform/chromium/TestExpectations 2012-12-07 20:34:22 UTC (rev 136970)
@@ -214,10 +214,6 @@
webkit.org/b/58491 fast/css3-text/css3-text-decoration
webkit.org/b/76173 fast/css3-text/css3-text-align-last
-# 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 ]
-
# Chromium does not support smart pasting in text controls yet.
webkit.org/b/60830 editing/pasteboard/smart-paste-in-text-control.html
Modified: trunk/Source/WebKit/chromium/ChangeLog (136969 => 136970)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-12-07 20:22:35 UTC (rev 136969)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-12-07 20:34:22 UTC (rev 136970)
@@ -1,3 +1,14 @@
+2012-12-07 Alexis Menard <ale...@webkit.org>
+
+ [Chromium] Enable CSS3 background-position offset by default.
+ https://bugs.webkit.org/show_bug.cgi?id=104253
+
+ Reviewed by Tony Chang.
+
+ Turn on the feature by default.
+
+ * features.gypi:
+
2012-12-07 Mark Pilgrim <pilg...@chromium.org>
[Chromium] Move WorkerContextProxy::create out of PlatformSupport
Modified: trunk/Source/WebKit/chromium/features.gypi (136969 => 136970)
--- trunk/Source/WebKit/chromium/features.gypi 2012-12-07 20:22:35 UTC (rev 136969)
+++ trunk/Source/WebKit/chromium/features.gypi 2012-12-07 20:34:22 UTC (rev 136970)
@@ -38,7 +38,7 @@
'ENABLE_BLOB_SLICE=1',
'ENABLE_CHANNEL_MESSAGING=1',
'ENABLE_CSP_NEXT=1',
- 'ENABLE_CSS3_BACKGROUND=0',
+ 'ENABLE_CSS3_BACKGROUND=1',
'ENABLE_CSS3_CONDITIONAL_RULES=0',
'ENABLE_CSS3_TEXT=0',
'ENABLE_CSS_BOX_DECORATION_BREAK=1',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes