| 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 0f3626d8cfbd9ff12e13a3bf517ae0202fda4555..969ab5b311622e3e9db82ddbf67b7dffb2a51756 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| @@ -2283,7 +2283,7 @@ TEST_F(WebViewTest, SmartClipData)
|
| "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; line-height: normal; orphans: 2; text-align: start; "
|
| + "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 "
|
| @@ -2292,7 +2292,7 @@ TEST_F(WebViewTest, SmartClipData)
|
| "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; line-height: normal; orphans: 2; "
|
| + "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; "
|
| @@ -2320,7 +2320,7 @@ TEST_F(WebViewTest, SmartClipDataWithPinchZoom)
|
| "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; line-height: normal; orphans: 2; text-align: start; "
|
| + "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 "
|
| @@ -2329,7 +2329,7 @@ TEST_F(WebViewTest, SmartClipDataWithPinchZoom)
|
| "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; "
|
| - "line-height: normal; orphans: 2; text-align: start; text-indent: 0px; "
|
| + "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;\">"
|
|
|