Title: [116735] trunk/LayoutTests
Revision
116735
Author
morr...@google.com
Date
2012-05-11 00:16:26 -0700 (Fri, 11 May 2012)

Log Message

Unreviewed expectation update.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (116734 => 116735)


--- trunk/LayoutTests/ChangeLog	2012-05-11 07:11:31 UTC (rev 116734)
+++ trunk/LayoutTests/ChangeLog	2012-05-11 07:16:26 UTC (rev 116735)
@@ -1,3 +1,11 @@
+2012-05-11  Hajime Morrita  <morr...@chromium.org>
+
+        Unreviewed expectation update.
+
+        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
+
 2012-05-11  Csaba Osztrogonác  <o...@webkit.org>
 
         Unreviewed gardening.

Modified: trunk/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt (116734 => 116735)


--- trunk/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-11 07:11:31 UTC (rev 116734)
+++ trunk/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-11 07:16:26 UTC (rev 116735)
@@ -83,6 +83,7 @@
 right: auto;
 speak: normal;
 table-layout: auto;
+tab-size: 8;
 text-align: -webkit-auto;
 text-decoration: none;
 text-indent: 0px;

Modified: trunk/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (116734 => 116735)


--- trunk/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-05-11 07:11:31 UTC (rev 116734)
+++ trunk/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-05-11 07:16:26 UTC (rev 116735)
@@ -82,6 +82,7 @@
     right: auto
     speak: normal
     table-layout: auto
+    tab-size: 8
     text-align: -webkit-auto
     text-decoration: none
     text-indent: 0px

Modified: trunk/LayoutTests/platform/mac/svg/css/getComputedStyle-basic-expected.txt (116734 => 116735)


--- trunk/LayoutTests/platform/mac/svg/css/getComputedStyle-basic-expected.txt	2012-05-11 07:11:31 UTC (rev 116734)
+++ trunk/LayoutTests/platform/mac/svg/css/getComputedStyle-basic-expected.txt	2012-05-11 07:16:26 UTC (rev 116735)
@@ -164,6 +164,8 @@
 rect: style.getPropertyCSSValue(speak) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(table-layout) : auto
 rect: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(tab-size) : 8
+rect: style.getPropertyCSSValue(tab-size) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(text-align) : -webkit-auto
 rect: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(text-decoration) : none
@@ -694,6 +696,8 @@
 g: style.getPropertyCSSValue(speak) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(table-layout) : auto
 g: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(tab-size) : 8
+g: style.getPropertyCSSValue(tab-size) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(text-align) : -webkit-auto
 g: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(text-decoration) : none
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to