| Index: third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs.html b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs.html
|
| index 761140c049d0409320ffdc758e7c75e59e583f8c..2d23c24f03e90b90771ea4b97c3ba5d812dd58cb 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs.html
|
| @@ -25,7 +25,7 @@ test(() => assert_selection(
|
| 'formatBlock blockquote',
|
| [
|
| '<div contenteditable>',
|
| - '<blockquote>hello<br>world|</blockquote>',
|
| + '^<blockquote>hello<br>world</blockquote>|',
|
| '</div>',
|
| ].join('')), '1 select all children BLOCKQUOTE');
|
|
|
| @@ -51,7 +51,7 @@ test(() => assert_selection(
|
| 'formatBlock blockquote',
|
| [
|
| '<div contenteditable>',
|
| - '<blockquote>hello<br>world<br>Blink|</blockquote>',
|
| + '^<blockquote>hello<br>world<br>Blink</blockquote>|',
|
| '</div>',
|
| ].join('')), '3 select all children PRE');
|
|
|
|
|