Title: [94726] trunk/LayoutTests
Revision
94726
Author
[email protected]
Date
2011-09-07 16:26:58 -0700 (Wed, 07 Sep 2011)

Log Message

Rebaseline for r94710.

* 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 (94725 => 94726)


--- trunk/LayoutTests/ChangeLog	2011-09-07 23:25:28 UTC (rev 94725)
+++ trunk/LayoutTests/ChangeLog	2011-09-07 23:26:58 UTC (rev 94726)
@@ -1,3 +1,11 @@
+2011-09-07  Ryosuke Niwa  <[email protected]>
+
+        Rebaseline for r94710.
+
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt:
+
 2011-09-07  Nate Chapin  <[email protected]>
 
         Unreviewed, chromium svg/ rebaselines.

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2011-09-07 23:25:28 UTC (rev 94725)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt	2011-09-07 23:26:58 UTC (rev 94726)
@@ -145,6 +145,7 @@
 -webkit-hyphenate-character: auto;
 -webkit-hyphenate-limit-after: auto;
 -webkit-hyphenate-limit-before: auto;
+-webkit-hyphenate-limit-lines: no-limit;
 -webkit-hyphens: manual;
 -webkit-line-box-contain: block inline replaced;
 -webkit-line-break: normal;

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


--- trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-09-07 23:25:28 UTC (rev 94725)
+++ trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt	2011-09-07 23:26:58 UTC (rev 94726)
@@ -144,6 +144,7 @@
     -webkit-hyphenate-character: auto
     -webkit-hyphenate-limit-after: auto
     -webkit-hyphenate-limit-before: auto
+    -webkit-hyphenate-limit-lines: no-limit
     -webkit-hyphens: manual
     -webkit-line-box-contain: block inline replaced
     -webkit-line-break: normal

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


--- trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2011-09-07 23:25:28 UTC (rev 94725)
+++ trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt	2011-09-07 23:26:58 UTC (rev 94726)
@@ -288,6 +288,8 @@
 rect: style.getPropertyCSSValue(-webkit-hyphenate-limit-after) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-hyphenate-limit-before) : auto
 rect: style.getPropertyCSSValue(-webkit-hyphenate-limit-before) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-hyphenate-limit-lines) : no-limit
+rect: style.getPropertyCSSValue(-webkit-hyphenate-limit-lines) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-hyphens) : manual
 rect: style.getPropertyCSSValue(-webkit-hyphens) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-line-box-contain) : block inline replaced
@@ -762,6 +764,8 @@
 g: style.getPropertyCSSValue(-webkit-hyphenate-limit-after) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-hyphenate-limit-before) : auto
 g: style.getPropertyCSSValue(-webkit-hyphenate-limit-before) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-hyphenate-limit-lines) : no-limit
+g: style.getPropertyCSSValue(-webkit-hyphenate-limit-lines) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-hyphens) : manual
 g: style.getPropertyCSSValue(-webkit-hyphens) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-line-box-contain) : block inline replaced
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to