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

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

Issue 1820773002: getComputedStyle() should return used value for 'line-height' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/style/ComputedStyle.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 b8821de9d47bf960cac4f6240d389e5e8402f9cf..3265a275ef01a140b79ae1fcd43999d1473e4003 100644
--- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
@@ -2161,14 +2161,14 @@ TEST_F(WebViewTest, SmartClipData)
"solid skyblue; 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; "
+ "normal; line-height: 8px; orphans: auto; text-align: start; "
"text-indent: 0px; text-transform: none; white-space: normal; widows: "
"1; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">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: normal; "
- "font-weight: normal; letter-spacing: normal; line-height: normal; "
+ "font-weight: normal; letter-spacing: normal; line-height: 8px; "
"orphans: auto; text-align: start; text-indent: 0px; text-transform: "
"none; white-space: normal; widows: 1; word-spacing: 0px; "
"-webkit-text-stroke-width: 0px;\">Price 10,000,000won</div>";
@@ -2194,14 +2194,14 @@ TEST_F(WebViewTest, SmartClipDataWithPinchZoom)
"solid skyblue; 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; "
+ "normal; line-height: 8px; orphans: auto; text-align: start; "
"text-indent: 0px; text-transform: none; white-space: normal; widows: "
"1; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">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: normal; "
- "font-weight: normal; letter-spacing: normal; line-height: normal; "
+ "font-weight: normal; letter-spacing: normal; line-height: 8px; "
"orphans: auto; text-align: start; text-indent: 0px; text-transform: "
"none; white-space: normal; widows: 1; word-spacing: 0px; "
"-webkit-text-stroke-width: 0px;\">Price 10,000,000won</div>";
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698