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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This tests that image alt text makes it to the clipboard. This test requires DRT or WTR. The first two dumps should not include alt text and the third and forth dumps should include alt text. 1 This tests that image alt text makes it to the clipboard. This test requires DRT or WTR. The first two dumps should not include alt text and the third and forth dumps should include alt text.
2 2
3 Dump of markup 1: 3 Dump of markup 1:
4 | <shadow:root> 4 | <shadow:root>
5 | <div> 5 | <div>
6 | id="inner-editor" 6 | id="inner-editor"
7 | "Here is an emoticon [], some more text [], an empty alt tag [], no alt tag [] and two consecutive images []." 7 | "Here is an emoticon [], some more text [], an empty alt tag [], no alt tag [] and two consecutive images [].
8 | "
9
10 " 8 "
9 | <br>
11 10
12 Dump of markup 2: 11 Dump of markup 2:
13 | <div> 12 | <div>
14 | "Here is an emoticon [], some more text [], an empty alt tag [], no alt tag [] and two consecutive images []." 13 | "Here is an emoticon [], some more text [], an empty alt tag [], no alt tag [] and two consecutive images []."
15 | <div> 14 | <div>
16 | <#selection-caret> 15 | <#selection-caret>
17 | <br> 16 | <br>
18 17
19 Dump of markup 3: 18 Dump of markup 3:
20 | <shadow:root> 19 | <shadow:root>
21 | <div> 20 | <div>
22 | id="inner-editor" 21 | id="inner-editor"
23 | "Here is an emoticon [:)], some more text [sample text], an empty alt ta g [], no alt tag [] and two consecutive images [firstsecond]." 22 | "Here is an emoticon [:)], some more text [sample text], an empty alt ta g [], no alt tag [] and two consecutive images [firstsecond].
24 | "
25
26 " 23 "
24 | <br>
27 25
28 Dump of markup 4: 26 Dump of markup 4:
29 | <div> 27 | <div>
30 | "Here is an emoticon [:)], some more text [sample text], an empty alt tag [] , no alt tag [] and two consecutive images [firstsecond]." 28 | "Here is an emoticon [:)], some more text [sample text], an empty alt tag [] , no alt tag [] and two consecutive images [firstsecond]."
31 | <div> 29 | <div>
32 | <#selection-caret> 30 | <#selection-caret>
33 | <br> 31 | <br>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698