Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: LayoutTests/svg/css/getComputedStyle-basic-expected.txt

Issue 430333002: Do not expose auto as value of widows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Set initial to 1 Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/css/getComputedStyle-basic-expected.txt
diff --git a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
index 03d3226cbfef8e81ba39344b58908d1067508b34..37b002379cbdf1317d31ba8779637ab2b19ec949 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
@@ -97,7 +97,7 @@ rect: style.getPropertyValue(unicode-bidi) : normal
rect: style.getPropertyValue(vertical-align) : baseline
rect: style.getPropertyValue(visibility) : visible
rect: style.getPropertyValue(white-space) : normal
-rect: style.getPropertyValue(widows) : auto
+rect: style.getPropertyValue(widows) : 1
rect: style.getPropertyValue(width) : auto
rect: style.getPropertyValue(word-break) : normal
rect: style.getPropertyValue(word-spacing) : 0px
@@ -330,7 +330,7 @@ g: style.getPropertyValue(unicode-bidi) : normal
g: style.getPropertyValue(vertical-align) : baseline
g: style.getPropertyValue(visibility) : visible
g: style.getPropertyValue(white-space) : normal
-g: style.getPropertyValue(widows) : auto
+g: style.getPropertyValue(widows) : 1
g: style.getPropertyValue(width) : auto
g: style.getPropertyValue(word-break) : normal
g: style.getPropertyValue(word-spacing) : 0px
« no previous file with comments | « LayoutTests/fast/events/ondrop-text-html-expected.txt ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698