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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-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/fast/css/getComputedStyle/computed-style-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
index 67178c07670b04de06590c58a86e835b00028690..cf657f9f302f4825d7e4f8d86eb7d94d4432b957 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
@@ -99,7 +99,7 @@ unicode-bidi: normal;
vertical-align: baseline;
visibility: visible;
white-space: normal;
-widows: auto;
+widows: 1;
width: 784px;
word-break: normal;
word-spacing: 0px;

Powered by Google App Engine
This is Rietveld 408576698