Title: [117632] trunk/LayoutTests
Revision
117632
Author
[email protected]
Date
2012-05-18 14:39:54 -0700 (Fri, 18 May 2012)

Log Message

Unreviewed, fixing mac baselines after r117613.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (117631 => 117632)


--- trunk/LayoutTests/ChangeLog	2012-05-18 21:37:34 UTC (rev 117631)
+++ trunk/LayoutTests/ChangeLog	2012-05-18 21:39:54 UTC (rev 117632)
@@ -1,3 +1,10 @@
+2012-05-18  Tony Chang  <[email protected]>
+
+        Unreviewed, fixing mac baselines after r117613.
+
+        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
+
 2012-05-18  Philippe Normand  <[email protected]>
 
         Unreviewed, GTK gardening.

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


--- trunk/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-18 21:37:34 UTC (rev 117631)
+++ trunk/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt	2012-05-18 21:39:54 UTC (rev 117632)
@@ -158,8 +158,6 @@
 -webkit-font-variant-ligatures: normal;
 -webkit-grid-column: auto;
 -webkit-grid-row: auto;
--webkit-grid-column: auto;
--webkit-grid-row: auto;
 -webkit-highlight: none;
 -webkit-hyphenate-character: auto;
 -webkit-hyphenate-limit-after: auto;

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


--- trunk/LayoutTests/platform/mac/svg/css/getComputedStyle-basic-expected.txt	2012-05-18 21:37:34 UTC (rev 117631)
+++ trunk/LayoutTests/platform/mac/svg/css/getComputedStyle-basic-expected.txt	2012-05-18 21:39:54 UTC (rev 117632)
@@ -314,10 +314,6 @@
 rect: style.getPropertyCSSValue(-webkit-grid-column) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-grid-row) : auto
 rect: style.getPropertyCSSValue(-webkit-grid-row) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-grid-column) : auto
-rect: style.getPropertyCSSValue(-webkit-grid-column) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-grid-row) : auto
-rect: style.getPropertyCSSValue(-webkit-grid-row) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-highlight) : none
 rect: style.getPropertyCSSValue(-webkit-highlight) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-hyphenate-character) : auto
@@ -850,10 +846,6 @@
 g: style.getPropertyCSSValue(-webkit-grid-column) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-grid-row) : auto
 g: style.getPropertyCSSValue(-webkit-grid-row) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-grid-column) : auto
-g: style.getPropertyCSSValue(-webkit-grid-column) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-grid-row) : auto
-g: style.getPropertyCSSValue(-webkit-grid-row) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-highlight) : none
 g: style.getPropertyCSSValue(-webkit-highlight) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-hyphenate-character) : auto
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to