Title: [102842] trunk/LayoutTests
Revision
102842
Author
[email protected]
Date
2011-12-14 16:15:29 -0800 (Wed, 14 Dec 2011)

Log Message

Add new expected results that were missed in r102837.

* 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 (102841 => 102842)


--- trunk/LayoutTests/ChangeLog	2011-12-15 00:12:23 UTC (rev 102841)
+++ trunk/LayoutTests/ChangeLog	2011-12-15 00:15:29 UTC (rev 102842)
@@ -1,3 +1,11 @@
+2011-12-14  Ojan Vafai  <[email protected]>
+
+        Add new expected results that were missed in r102837.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt:
+
 2011-12-14  Adrienne Walker  <[email protected]>
 
         [chromium] Refactor tile drawing to be more data-driven

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2011-12-15 00:12:23 UTC (rev 102841)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2011-12-15 00:15:29 UTC (rev 102842)
@@ -145,7 +145,9 @@
 -webkit-flex-order: 0;
 -webkit-flex-pack: start;
 -webkit-flex-align: stretch;
+-webkit-flex-direction: row;
 -webkit-flex-flow: row nowrap;
+-webkit-flex-wrap: nowrap;
 -webkit-font-smoothing: auto;
 -webkit-highlight: none;
 -webkit-hyphenate-character: auto;

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-12-15 00:12:23 UTC (rev 102841)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-12-15 00:15:29 UTC (rev 102842)
@@ -144,7 +144,9 @@
     -webkit-flex-order: 0
     -webkit-flex-pack: start
     -webkit-flex-align: stretch
+    -webkit-flex-direction: row
     -webkit-flex-flow: row nowrap
+    -webkit-flex-wrap: nowrap
     -webkit-font-smoothing: auto
     -webkit-highlight: none
     -webkit-hyphenate-character: auto

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


--- trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2011-12-15 00:12:23 UTC (rev 102841)
+++ trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2011-12-15 00:15:29 UTC (rev 102842)
@@ -288,8 +288,12 @@
 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-direction) : row
+rect: style.getPropertyCSSValue(-webkit-flex-direction) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-flex-flow) : row nowrap
 rect: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSValueList]
+rect: style.getPropertyValue(-webkit-flex-wrap) : nowrap
+rect: style.getPropertyCSSValue(-webkit-flex-wrap) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-font-smoothing) : auto
 rect: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-highlight) : none
@@ -792,8 +796,12 @@
 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-direction) : row
+g: style.getPropertyCSSValue(-webkit-flex-direction) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-flex-flow) : row nowrap
 g: style.getPropertyCSSValue(-webkit-flex-flow) : [object CSSValueList]
+g: style.getPropertyValue(-webkit-flex-wrap) : nowrap
+g: style.getPropertyCSSValue(-webkit-flex-wrap) : [object CSSPrimitiveValue]
 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