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

Unified Diff: Source/web/tests/WebViewTest.cpp

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
« no previous file with comments | « Source/core/rendering/style/StyleRareInheritedData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebViewTest.cpp
diff --git a/Source/web/tests/WebViewTest.cpp b/Source/web/tests/WebViewTest.cpp
index d1979dde3f44d0b61376d0981e39fb398e30fc5c..799d57633b70b8c5128e467137dd87f45cbd4520 100644
--- a/Source/web/tests/WebViewTest.cpp
+++ b/Source/web/tests/WebViewTest.cpp
@@ -1644,14 +1644,14 @@ TEST_F(WebViewTest, SmartClipData)
"normal; font-variant: normal; font-weight: normal; letter-spacing: "
"normal; line-height: normal; orphans: auto; text-align: start; "
"text-indent: 0px; text-transform: none; white-space: normal; widows: "
- "auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">Air "
+ "1; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">Air "
"conditioner</div><div id=\"div5\" style=\"padding: 10px; margin: "
"10px; border: 2px solid rgb(135, 206, 235); float: left; width: "
"190px; height: 30px; color: rgb(0, 0, 0); font-family: myahem; "
"font-size: 8px; font-style: normal; font-variant: normal; "
"font-weight: normal; letter-spacing: normal; line-height: normal; "
"orphans: auto; text-align: start; text-indent: 0px; text-transform: "
- "none; white-space: normal; widows: auto; word-spacing: 0px; "
+ "none; white-space: normal; widows: 1; word-spacing: 0px; "
"-webkit-text-stroke-width: 0px;\">Price 10,000,000won</div>";
WebString clipText;
WebString clipHtml;
« no previous file with comments | « Source/core/rendering/style/StyleRareInheritedData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698