| Index: third_party/WebKit/LayoutTests/editing/input/paste-linebreak-into-initially-hidden-textarea.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/input/paste-linebreak-into-initially-hidden-textarea.html b/third_party/WebKit/LayoutTests/editing/input/paste-linebreak-into-initially-hidden-textarea.html
|
| index c1c337fc459d7c176e3f4e2100d9059c83d3cbd6..10b7d6ab63c0d2a888eb38de9a390a002dd66a58 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/input/paste-linebreak-into-initially-hidden-textarea.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/input/paste-linebreak-into-initially-hidden-textarea.html
|
| @@ -18,7 +18,7 @@ textarea.focus();
|
| textarea.selectionStart = textarea.selectionEnd = 0;
|
| document.execCommand('insertHTML', false, 'hello\nworld\n');
|
|
|
| -var expected = 'hello\nworld\nwebkit';
|
| +var expected = 'hello\nworld\n\nwebkit';
|
| if (textarea.value == expected)
|
| document.getElementById('log').innerText = 'PASS';
|
| else
|
|
|