| 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>";
|
|
|