Title: [98635] trunk/LayoutTests
Revision
98635
Author
m...@apple.com
Date
2011-10-27 13:55:01 -0700 (Thu, 27 Oct 2011)

Log Message

Updated expected results after r98608.

* 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 (98634 => 98635)


--- trunk/LayoutTests/ChangeLog	2011-10-27 20:53:53 UTC (rev 98634)
+++ trunk/LayoutTests/ChangeLog	2011-10-27 20:55:01 UTC (rev 98635)
@@ -1,3 +1,11 @@
+2011-10-27  Dan Bernstein  <m...@apple.com>
+
+        Updated expected results after r98608.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt:
+
 2011-10-27  Stephen Chenney  <schen...@chromium.org>
 
         [Chromium] Need setPrinting

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2011-10-27 20:53:53 UTC (rev 98634)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2011-10-27 20:55:01 UTC (rev 98635)
@@ -134,6 +134,7 @@
 -webkit-column-break-after: auto;
 -webkit-column-break-before: auto;
 -webkit-column-break-inside: auto;
+-webkit-column-axis: auto;
 -webkit-column-count: auto;
 -webkit-column-gap: normal;
 -webkit-column-rule-color: rgb(0, 0, 0);

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-10-27 20:53:53 UTC (rev 98634)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-10-27 20:55:01 UTC (rev 98635)
@@ -133,6 +133,7 @@
     -webkit-column-break-after: auto
     -webkit-column-break-before: auto
     -webkit-column-break-inside: auto
+    -webkit-column-axis: auto
     -webkit-column-count: auto
     -webkit-column-gap: normal
     -webkit-column-rule-color: rgb(0, 0, 0)

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


--- trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2011-10-27 20:53:53 UTC (rev 98634)
+++ trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2011-10-27 20:55:01 UTC (rev 98635)
@@ -266,6 +266,8 @@
 rect: style.getPropertyCSSValue(-webkit-column-break-before) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-column-break-inside) : auto
 rect: style.getPropertyCSSValue(-webkit-column-break-inside) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-column-axis) : auto
+rect: style.getPropertyCSSValue(-webkit-column-axis) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-column-count) : auto
 rect: style.getPropertyCSSValue(-webkit-column-count) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-column-gap) : normal
@@ -746,6 +748,8 @@
 g: style.getPropertyCSSValue(-webkit-column-break-before) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-column-break-inside) : auto
 g: style.getPropertyCSSValue(-webkit-column-break-inside) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-column-axis) : auto
+g: style.getPropertyCSSValue(-webkit-column-axis) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-column-count) : auto
 g: style.getPropertyCSSValue(-webkit-column-count) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-column-gap) : normal
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to