Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(529)

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-nowrap-paste-eol.html

Issue 1780413002: Editing: Skip TestRendering in ReplaceSelectionCommand if the editing host is plain-text editable a… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: accept only last interchangenewline Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698