Title: [99923] trunk/LayoutTests
Revision
99923
Author
[email protected]
Date
2011-11-10 18:15:44 -0800 (Thu, 10 Nov 2011)

Log Message

Chromium rebaselines after r99902.
* 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (99922 => 99923)


--- trunk/LayoutTests/ChangeLog	2011-11-11 02:10:20 UTC (rev 99922)
+++ trunk/LayoutTests/ChangeLog	2011-11-11 02:15:44 UTC (rev 99923)
@@ -1,3 +1,10 @@
+2011-11-10  Ojan Vafai  <[email protected]>
+
+        Chromium rebaselines after r99902.
+        * 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:
+
 2011-11-10  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r99916.

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


--- trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt	2011-11-11 02:10:20 UTC (rev 99922)
+++ trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt	2011-11-11 02:15:44 UTC (rev 99923)
@@ -153,6 +153,7 @@
 -webkit-line-break: normal;
 -webkit-line-clamp: none;
 -webkit-line-grid: none;
+-webkit-line-grid-snap: none;
 -webkit-locale: auto;
 -webkit-margin-before-collapse: collapse;
 -webkit-margin-after-collapse: collapse;

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


--- trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-11-11 02:10:20 UTC (rev 99922)
+++ trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-11-11 02:15:44 UTC (rev 99923)
@@ -152,6 +152,7 @@
     -webkit-line-break: normal
     -webkit-line-clamp: none
     -webkit-line-grid: none
+    -webkit-line-grid-snap: none
     -webkit-locale: auto
     -webkit-margin-before-collapse: collapse
     -webkit-margin-after-collapse: collapse

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


--- trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt	2011-11-11 02:10:20 UTC (rev 99922)
+++ trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt	2011-11-11 02:15:44 UTC (rev 99923)
@@ -304,6 +304,8 @@
 rect: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-line-grid) : none
 rect: style.getPropertyCSSValue(-webkit-line-grid) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-line-grid-snap) : none
+rect: style.getPropertyCSSValue(-webkit-line-grid-snap) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-locale) : auto
 rect: style.getPropertyCSSValue(-webkit-locale) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-margin-before-collapse) : collapse
@@ -790,6 +792,8 @@
 g: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-line-grid) : none
 g: style.getPropertyCSSValue(-webkit-line-grid) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-line-grid-snap) : none
+g: style.getPropertyCSSValue(-webkit-line-grid-snap) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-locale) : auto
 g: style.getPropertyCSSValue(-webkit-locale) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-margin-before-collapse) : collapse
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to