Title: [107839] trunk/LayoutTests
Revision
107839
Author
[email protected]
Date
2012-02-15 14:09:29 -0800 (Wed, 15 Feb 2012)

Log Message

Unreviewed gardening: Fix more results after r107833.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107838 => 107839)


--- trunk/LayoutTests/ChangeLog	2012-02-15 22:06:39 UTC (rev 107838)
+++ trunk/LayoutTests/ChangeLog	2012-02-15 22:09:29 UTC (rev 107839)
@@ -1,5 +1,15 @@
 2012-02-15  Tony Chang  <[email protected]>
 
+        Unreviewed gardening: Fix more results after r107833.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt:
+
+2012-02-15  Tony Chang  <[email protected]>
+
         [chromium] Unreviewed, adding the chromium-mac result for this test (test added in r107822).
 
         * platform/chromium-mac-snowleopard/css3/filters/multiple-filters-invalidation-expected.png: Added.

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2012-02-15 22:06:39 UTC (rev 107838)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2012-02-15 22:09:29 UTC (rev 107839)
@@ -145,7 +145,7 @@
 -webkit-flex-order: 0;
 -webkit-flex-pack: start;
 -webkit-flex-align: stretch;
--webkit-flex-item-align: auto;
+-webkit-flex-item-align: stretch;
 -webkit-flex-direction: row;
 -webkit-flex-flow: row nowrap;
 -webkit-flex-wrap: nowrap;

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-02-15 22:06:39 UTC (rev 107838)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-02-15 22:09:29 UTC (rev 107839)
@@ -144,7 +144,7 @@
     -webkit-flex-order: 0
     -webkit-flex-pack: start
     -webkit-flex-align: stretch
-    -webkit-flex-item-align: auto
+    -webkit-flex-item-align: stretch
     -webkit-flex-direction: row
     -webkit-flex-flow: row nowrap
     -webkit-flex-wrap: nowrap

Modified: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (107838 => 107839)


--- trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-02-15 22:06:39 UTC (rev 107838)
+++ trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-02-15 22:09:29 UTC (rev 107839)
@@ -144,7 +144,7 @@
     -webkit-flex-order: 0
     -webkit-flex-pack: start
     -webkit-flex-align: stretch
-    -webkit-flex-item-align: auto
+    -webkit-flex-item-align: stretch
     -webkit-flex-direction: row
     -webkit-flex-flow: row nowrap
     -webkit-flex-wrap: nowrap

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


--- trunk/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-02-15 22:06:39 UTC (rev 107838)
+++ trunk/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2012-02-15 22:09:29 UTC (rev 107839)
@@ -144,7 +144,7 @@
     -webkit-flex-order: 0
     -webkit-flex-pack: start
     -webkit-flex-align: stretch
-    -webkit-flex-item-align: auto
+    -webkit-flex-item-align: stretch
     -webkit-flex-direction: row
     -webkit-flex-flow: row nowrap
     -webkit-flex-wrap: nowrap

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


--- trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2012-02-15 22:06:39 UTC (rev 107838)
+++ trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2012-02-15 22:09:29 UTC (rev 107839)
@@ -288,7 +288,7 @@
 rect: style.getPropertyCSSValue(-webkit-flex-pack) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-flex-align) : stretch
 rect: style.getPropertyCSSValue(-webkit-flex-align) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-flex-item-align) : auto
+rect: style.getPropertyValue(-webkit-flex-item-align) : stretch
 rect: style.getPropertyCSSValue(-webkit-flex-item-align) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-flex-direction) : row
 rect: style.getPropertyCSSValue(-webkit-flex-direction) : [object CSSPrimitiveValue]
@@ -802,7 +802,7 @@
 g: style.getPropertyCSSValue(-webkit-flex-pack) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-flex-align) : stretch
 g: style.getPropertyCSSValue(-webkit-flex-align) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-flex-item-align) : auto
+g: style.getPropertyValue(-webkit-flex-item-align) : stretch
 g: style.getPropertyCSSValue(-webkit-flex-item-align) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-flex-direction) : row
 g: style.getPropertyCSSValue(-webkit-flex-direction) : [object CSSPrimitiveValue]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to