| Index: third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html
|
| index d6647cfbd4b8b8852416922a35d7cabe1f88a972..c9f380f95bfcf9993a4ea3f406bfaa456211d599 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html
|
| @@ -15,8 +15,8 @@
|
| [
|
| '<div contenteditable>',
|
| '<h3>',
|
| - 'hello<br>\nworld<br>\nwebkit',
|
| - '</h3>|',
|
| + 'hello<br>\nworld<br>\nwebkit|',
|
| + '</h3>',
|
| '</div>',
|
| ].join('')),
|
| 'formatBlock on all contents with H3');
|
| @@ -51,7 +51,7 @@
|
| [
|
| '<div contenteditable>',
|
| '<pre>',
|
| - 'hello\n<h3>\nworld\nwebkit</h3>|',
|
| + 'hello\n<h3>\nworld\nwebkit|</h3>',
|
| '</pre>',
|
| '</div>',
|
| ].join('')),
|
|
|