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

Unified Diff: third_party/WebKit/LayoutTests/editing/input/paste-linebreak-into-initially-hidden-textarea.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-nowrap-paste-eol.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-nowrap-paste-eol.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698