| Index: third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary.html b/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary.html
|
| index 419262b52a00b2308071387a436acd322eabfe37..a9a13781f0672015f3b48efda6ce8d1c2be8bc29 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary.html
|
| @@ -15,11 +15,7 @@ test(() => assert_selection(
|
| [
|
| '<style>:first-letter{color:red;}</style>',
|
| isMac ? '<div contenteditable> hello| world\'</div>'
|
| - // The current non-Mac behavior is wrong. The correct expectation
|
| - // should be 'hello |world'. A deeper reason is that Blink performs
|
| - // backward word boundary searches to refine the final selection,
|
| - // which doesn't work with first-letter (crbug.com/671104).
|
| - : '<div contenteditable> hell|o world\'</div>'
|
| + : '<div contenteditable> hello |world\'</div>'
|
| ].join('')), 'Move forward by word');
|
|
|
| test(() => assert_selection(
|
| @@ -42,11 +38,7 @@ test(() => assert_selection(
|
| [
|
| '<style>:first-letter{color:red;}</style>',
|
| isMac ? '<div contenteditable style="white-space:pre"> hello| world\'</div>'
|
| - // The current non-Mac behavior is wrong. The correct expectation
|
| - // should be 'hello |world'. A deeper reason is that Blink performs
|
| - // backward word boundary searches to refine the final selection,
|
| - // which doesn't work with first-letter (crbug.com/671104).
|
| - : '<div contenteditable style="white-space:pre"> hell|o world\'</div>'
|
| + : '<div contenteditable style="white-space:pre"> hello |world\'</div>'
|
| ].join('')), 'Move forward by word with white-space:pre');
|
|
|
| test(() => assert_selection(
|
|
|