Title: [107372] trunk/LayoutTests
Revision
107372
Author
[email protected]
Date
2012-02-09 23:58:54 -0800 (Thu, 09 Feb 2012)

Log Message

Unreviewed gardening after r107289.

* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107371 => 107372)


--- trunk/LayoutTests/ChangeLog	2012-02-10 07:55:36 UTC (rev 107371)
+++ trunk/LayoutTests/ChangeLog	2012-02-10 07:58:54 UTC (rev 107372)
@@ -1,3 +1,11 @@
+2012-02-09  Csaba Osztrogonác  <[email protected]>
+
+        Unreviewed gardening after r107289.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt:
+
 2012-02-09  Adam Barth  <[email protected]>
 
         Update baselines for W3C-SVG-1.1-SE.  These new baselines all appear to

Modified: trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt (107371 => 107372)


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2012-02-10 07:55:36 UTC (rev 107371)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2012-02-10 07:58:54 UTC (rev 107372)
@@ -162,7 +162,7 @@
 -webkit-line-break: normal;
 -webkit-line-clamp: none;
 -webkit-line-grid: none;
--webkit-line-grid-snap: none;
+-webkit-line-snap: none;
 -webkit-locale: auto;
 -webkit-margin-before-collapse: collapse;
 -webkit-margin-after-collapse: collapse;

Modified: trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (107371 => 107372)


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-02-10 07:55:36 UTC (rev 107371)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-02-10 07:58:54 UTC (rev 107372)
@@ -161,7 +161,7 @@
     -webkit-line-break: normal
     -webkit-line-clamp: none
     -webkit-line-grid: none
-    -webkit-line-grid-snap: none
+    -webkit-line-snap: none
     -webkit-locale: auto
     -webkit-margin-before-collapse: collapse
     -webkit-margin-after-collapse: collapse

Modified: trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt (107371 => 107372)


--- trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2012-02-10 07:55:36 UTC (rev 107371)
+++ trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2012-02-10 07:58:54 UTC (rev 107372)
@@ -322,8 +322,8 @@
 rect: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-line-grid) : none
 rect: style.getPropertyCSSValue(-webkit-line-grid) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-line-grid-snap) : none
-rect: style.getPropertyCSSValue(-webkit-line-grid-snap) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-line-snap) : none
+rect: style.getPropertyCSSValue(-webkit-line-snap) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-locale) : auto
 rect: style.getPropertyCSSValue(-webkit-locale) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-margin-before-collapse) : collapse
@@ -836,8 +836,8 @@
 g: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-line-grid) : none
 g: style.getPropertyCSSValue(-webkit-line-grid) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-line-grid-snap) : none
-g: style.getPropertyCSSValue(-webkit-line-grid-snap) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-line-snap) : none
+g: style.getPropertyCSSValue(-webkit-line-snap) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-locale) : auto
 g: style.getPropertyCSSValue(-webkit-locale) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-margin-before-collapse) : collapse
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to