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

Unified Diff: third_party/WebKit/LayoutTests/editing/pasteboard/copy-image-with-alt-text-expected.txt

Issue 1785603002: TEXTAREA: Cutting last line without EOL should not remove the remaining EOL in the previous line. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove an ASSERT, update a comment 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/editing/pasteboard/copy-image-with-alt-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/copy-image-with-alt-text-expected.txt b/third_party/WebKit/LayoutTests/editing/pasteboard/copy-image-with-alt-text-expected.txt
index 9b4ef238cf3d6126a437b0c32515c59756c47196..88ce90763b6fccd158766ecad2c2d4a15e5221b7 100644
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/copy-image-with-alt-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/pasteboard/copy-image-with-alt-text-expected.txt
@@ -4,10 +4,9 @@ Dump of markup 1:
| <shadow:root>
| <div>
| id="inner-editor"
-| "Here is an emoticon [], some more text [], an empty alt tag [], no alt tag [] and two consecutive images []."
-| "
-
+| "Here is an emoticon [], some more text [], an empty alt tag [], no alt tag [] and two consecutive images [].
"
+| <br>
Dump of markup 2:
| <div>
@@ -20,10 +19,9 @@ Dump of markup 3:
| <shadow:root>
| <div>
| id="inner-editor"
-| "Here is an emoticon [:)], some more text [sample text], an empty alt tag [], no alt tag [] and two consecutive images [firstsecond]."
-| "
-
+| "Here is an emoticon [:)], some more text [sample text], an empty alt tag [], no alt tag [] and two consecutive images [firstsecond].
"
+| <br>
Dump of markup 4:
| <div>

Powered by Google App Engine
This is Rietveld 408576698