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

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

Issue 2249653002: border-foo WIP Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V9 Created 4 years, 4 months 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 | « third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/WebViewTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
index 340521631ad19f081804fb958e67acbb0ae14ad8..9b9dc26cfd8b9779fc7b9e02748ca9d1b87c282c 100644
--- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
@@ -2319,7 +2319,7 @@ TEST_F(WebViewTest, SmartClipData)
"normal; orphans: 2; text-align: start; "
"text-indent: 0px; text-transform: none; white-space: normal; widows: "
"2; word-spacing: 0px; -webkit-text-stroke-width: 0px; "
- "text-decoration-style: initial; text-decoration-color: initial;\">Air "
+ "text-decoration-style: solid; text-decoration-color: currentcolor;\">Air "
"conditioner</div><div id=\"div5\" style=\"padding: 10px; margin: "
"10px; border: 2px solid skyblue; float: left; width: "
"190px; height: 30px; color: rgb(0, 0, 0); font-family: myahem; "
@@ -2328,8 +2328,8 @@ TEST_F(WebViewTest, SmartClipData)
"letter-spacing: normal; orphans: 2; "
"text-align: start; text-indent: 0px; text-transform: "
"none; white-space: normal; widows: 2; word-spacing: 0px; "
- "-webkit-text-stroke-width: 0px; text-decoration-style: initial; "
- "text-decoration-color: initial;\">Price 10,000,000won</div>";
+ "-webkit-text-stroke-width: 0px; text-decoration-style: solid; "
+ "text-decoration-color: currentcolor;\">Price 10,000,000won</div>";
WebString clipText;
WebString clipHtml;
WebRect clipRect;
@@ -2356,7 +2356,7 @@ TEST_F(WebViewTest, SmartClipDataWithPinchZoom)
"normal; orphans: 2; text-align: start; "
"text-indent: 0px; text-transform: none; white-space: normal; widows: "
"2; word-spacing: 0px; -webkit-text-stroke-width: 0px; "
- "text-decoration-style: initial; text-decoration-color: initial;\">Air "
+ "text-decoration-style: solid; text-decoration-color: currentcolor;\">Air "
"conditioner</div><div id=\"div5\" style=\"padding: 10px; margin: "
"10px; border: 2px solid skyblue; float: left; width: "
"190px; height: 30px; color: rgb(0, 0, 0); font-family: myahem; "
@@ -2365,7 +2365,7 @@ TEST_F(WebViewTest, SmartClipDataWithPinchZoom)
"orphans: 2; text-align: start; text-indent: 0px; "
"text-transform: none; white-space: normal; widows: 2; "
"word-spacing: 0px; -webkit-text-stroke-width: 0px;"
- " text-decoration-style: initial; text-decoration-color: initial;\">"
+ " text-decoration-style: solid; text-decoration-color: currentcolor;\">"
"Price 10,000,000won</div>";
WebString clipText;
WebString clipHtml;
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698