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