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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-preline-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-preline-eol.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-preline-eol.html b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-preline-eol.html
index 781d49acbeae191289c450b3eef56b244879b517..b0ddb42e27c46b0b05102618253d549777d0be0f 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-preline-eol.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-preline-eol.html
@@ -17,7 +17,6 @@ test(function() {
eventSender.keyDown('\n');
eventSender.keyDown('upArrow');
eventSender.keyDown('\n');
- // TODO(tkent): The following assertion fails now. crbug.com/410417
assert_equals(textarea.value, 'P1\n\nP2\n\n\n\nP3\n');
}, 'TEXTAREA with white-space:pre-line should not produce nbsp by Enter key');
</script>

Powered by Google App Engine
This is Rietveld 408576698