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

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

Issue 2577633002: [css-ui] Update resolved value of caret-color property (Closed)
Patch Set: Rebased test Created 4 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 | « third_party/WebKit/Source/core/editing/EditingStyle.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 0840d8c1b77fabff9833895c78e37f803c92c267..b908bbefe138950e3716ef699b03b2428448a27b 100644
--- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
@@ -3104,19 +3104,17 @@ TEST_P(WebViewTest, SmartClipData) {
"font-weight: normal; 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; caret-color: "
- "auto; text-decoration-style: initial; text-decoration-color: initial;"
- "\">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; "
- "font-size: 8px; font-style: normal; font-variant-ligatures: normal; "
- "font-variant-caps: normal; font-weight: normal; "
- "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; caret-color: auto; "
- "text-decoration-style: initial; text-decoration-color: initial;\">"
- "Price 10,000,000won</div>";
+ "2; word-spacing: 0px; -webkit-text-stroke-width: 0px; "
+ "text-decoration-style: initial; text-decoration-color: initial;\">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; font-size: 8px; font-style: "
+ "normal; font-variant-ligatures: normal; font-variant-caps: normal; "
+ "font-weight: normal; 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>";
WebString clipText;
WebString clipHtml;
WebRect clipRect;
@@ -3145,18 +3143,17 @@ TEST_P(WebViewTest, SmartClipDataWithPinchZoom) {
"font-weight: normal; 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; caret-color: "
- "auto; text-decoration-style: initial; text-decoration-color: initial;"
- "\">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; "
- "font-size: 8px; font-style: normal; font-variant-ligatures: normal; "
- "font-variant-caps: normal; font-weight: normal; 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; caret-color: auto; "
- "text-decoration-style: initial; text-decoration-color: initial;\">"
- "Price 10,000,000won</div>";
+ "2; word-spacing: 0px; -webkit-text-stroke-width: 0px; "
+ "text-decoration-style: initial; text-decoration-color: initial;\">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; font-size: 8px; font-style: "
+ "normal; font-variant-ligatures: normal; font-variant-caps: normal; "
+ "font-weight: normal; 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>";
WebString clipText;
WebString clipHtml;
WebRect clipRect;
« no previous file with comments | « third_party/WebKit/Source/core/editing/EditingStyle.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698