| Index: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-nowrap-paste-eol.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-nowrap-paste-eol.html b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-nowrap-paste-eol.html
|
| index 0bca8f1b5ec8c22d4a39c49ca187b7cfc9cc0201..d4224f6066259a41cf32c3f663b1183ce8c07875 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-nowrap-paste-eol.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-nowrap-paste-eol.html
|
| @@ -14,8 +14,6 @@ test(function() {
|
| });
|
| document.execCommand('copy');
|
| document.execCommand('paste');
|
| - // TODO(tkent): The following assertion fails now. crbug.com/2007 and
|
| - // crbug.com/528491.
|
| assert_equals(textarea.value, 'a\n\n b\n');
|
| }, 'TEXTAREA with white-space:nowrap should not increase the number of EOLs');
|
| </script>
|
|
|