Title: [102491] trunk/LayoutTests
Revision
102491
Author
[email protected]
Date
2011-12-09 16:47:29 -0800 (Fri, 09 Dec 2011)

Log Message

Fix test expectations from r102486: flex-flow returns direction and wrap now.

* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium/svg/css/getComputedStyle-basic-expected.txt:
* platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (102490 => 102491)


--- trunk/LayoutTests/ChangeLog	2011-12-10 00:41:40 UTC (rev 102490)
+++ trunk/LayoutTests/ChangeLog	2011-12-10 00:47:29 UTC (rev 102491)
@@ -1,3 +1,17 @@
+2011-12-09  Tony Chang  <[email protected]>
+
+        Fix test expectations from r102486: flex-flow returns direction and wrap now.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+        * platform/chromium/svg/css/getComputedStyle-basic-expected.txt:
+        * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt:
+
 2011-12-09  Hugo Parente Lima  <[email protected]>
 
         [Qt] Click's count is limited to three continuous clicks.

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2011-12-10 00:41:40 UTC (rev 102490)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2011-12-10 00:47:29 UTC (rev 102491)
@@ -145,7 +145,7 @@
 -webkit-flex-order: 0;
 -webkit-flex-pack: start;
 -webkit-flex-align: stretch;
--webkit-flex-flow: row;
+-webkit-flex-flow: row nowrap;
 -webkit-font-smoothing: auto;
 -webkit-highlight: none;
 -webkit-hyphenate-character: auto;

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-12-10 00:41:40 UTC (rev 102490)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-12-10 00:47:29 UTC (rev 102491)
@@ -144,7 +144,7 @@
     -webkit-flex-order: 0
     -webkit-flex-pack: start
     -webkit-flex-align: stretch
-    -webkit-flex-flow: row
+    -webkit-flex-flow: row nowrap
     -webkit-font-smoothing: auto
     -webkit-highlight: none
     -webkit-hyphenate-character: auto

Modified: trunk/LayoutTests/platform/chromium/svg/css/getComputedStyle-basic-expected.txt (102490 => 102491)


--- trunk/LayoutTests/platform/chromium/svg/css/getComputedStyle-basic-expected.txt	2011-12-10 00:41:40 UTC (rev 102490)
+++ trunk/LayoutTests/platform/chromium/svg/css/getComputedStyle-basic-expected.txt	2011-12-10 00:47:29 UTC (rev 102491)
@@ -288,8 +288,8 @@
 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-flow) : row
-rect: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-flex-flow) : row nowrap
+rect: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSValueList]
 rect: style.getPropertyValue(-webkit-font-smoothing) : auto
 rect: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-highlight) : none
@@ -792,8 +792,8 @@
 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-flow) : row
-g: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-flex-flow) : row nowrap
+g: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSValueList]
 g: style.getPropertyValue(-webkit-font-smoothing) : auto
 g: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-highlight) : none

Modified: trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt (102490 => 102491)


--- trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt	2011-12-10 00:41:40 UTC (rev 102490)
+++ trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt	2011-12-10 00:47:29 UTC (rev 102491)
@@ -145,7 +145,7 @@
 -webkit-flex-order: 0;
 -webkit-flex-pack: start;
 -webkit-flex-align: stretch;
--webkit-flex-flow: row;
+-webkit-flex-flow: row nowrap;
 -webkit-font-smoothing: auto;
 -webkit-highlight: none;
 -webkit-hyphenate-character: auto;

Modified: trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (102490 => 102491)


--- trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-12-10 00:41:40 UTC (rev 102490)
+++ trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-12-10 00:47:29 UTC (rev 102491)
@@ -144,7 +144,7 @@
     -webkit-flex-order: 0
     -webkit-flex-pack: start
     -webkit-flex-align: stretch
-    -webkit-flex-flow: row
+    -webkit-flex-flow: row nowrap
     -webkit-font-smoothing: auto
     -webkit-highlight: none
     -webkit-hyphenate-character: auto

Modified: trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt (102490 => 102491)


--- trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt	2011-12-10 00:41:40 UTC (rev 102490)
+++ trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt	2011-12-10 00:47:29 UTC (rev 102491)
@@ -288,8 +288,8 @@
 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-flow) : row
-rect: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-flex-flow) : row nowrap
+rect: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSValueList]
 rect: style.getPropertyValue(-webkit-font-smoothing) : auto
 rect: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-highlight) : none
@@ -792,8 +792,8 @@
 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-flow) : row
-g: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-flex-flow) : row nowrap
+g: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSValueList]
 g: style.getPropertyValue(-webkit-font-smoothing) : auto
 g: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-highlight) : none

Modified: trunk/LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (102490 => 102491)


--- trunk/LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-12-10 00:41:40 UTC (rev 102490)
+++ trunk/LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-12-10 00:47:29 UTC (rev 102491)
@@ -144,7 +144,7 @@
     -webkit-flex-order: 0
     -webkit-flex-pack: start
     -webkit-flex-align: stretch
-    -webkit-flex-flow: row
+    -webkit-flex-flow: row nowrap
     -webkit-font-smoothing: auto
     -webkit-highlight: none
     -webkit-hyphenate-character: auto

Modified: trunk/LayoutTests/platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (102490 => 102491)


--- trunk/LayoutTests/platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-12-10 00:41:40 UTC (rev 102490)
+++ trunk/LayoutTests/platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-12-10 00:47:29 UTC (rev 102491)
@@ -144,7 +144,7 @@
     -webkit-flex-order: 0
     -webkit-flex-pack: start
     -webkit-flex-align: stretch
-    -webkit-flex-flow: row
+    -webkit-flex-flow: row nowrap
     -webkit-font-smoothing: auto
     -webkit-highlight: none
     -webkit-hyphenate-character: auto

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


--- trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2011-12-10 00:41:40 UTC (rev 102490)
+++ trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2011-12-10 00:47:29 UTC (rev 102491)
@@ -288,8 +288,8 @@
 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-flow) : row
-rect: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-flex-flow) : row nowrap
+rect: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSValueList]
 rect: style.getPropertyValue(-webkit-font-smoothing) : auto
 rect: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-highlight) : none
@@ -792,8 +792,8 @@
 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-flow) : row
-g: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-flex-flow) : row nowrap
+g: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSValueList]
 g: style.getPropertyValue(-webkit-font-smoothing) : auto
 g: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-highlight) : none
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to