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

Side by Side Diff: LayoutTests/platform/linux/editing/pasteboard/drop-text-events-expected.txt

Issue 349693003: Manual rebaselines for r176850 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 This tests that Drag drop fires textInput events.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS actualTextEventData is 'PlainHello'
7 PASS testTargetTextarea.value is 'PlainHello'
8 PASS actualTextEventData is 'PlainHello'
9 PASS testTargetInput.value is 'PlainHello'
10 PASS actualTextEventData is ''
11 PASS 0 <= testTargetEditable.innerHTML.indexOf('PlainHello') is true
12 PASS actualTextEventData is 'RichHello'
13 PASS testTargetTextarea.value is 'RichHello'
14 PASS actualTextEventData is 'RichHello'
15 PASS testTargetInput.value is 'RichHello'
16 PASS actualTextEventData is ''
17 PASS 0 <= testTargetEditable.innerHTML.indexOf('<b>Rich</b>Hello') is true
18 PASS textInputCount is proceedingTestCases.length
19 PASS actualTextEventData is 'PlainHello'
20 PASS testTargetTextarea.value is ''
21 PASS actualTextEventData is 'PlainHello'
22 PASS testTargetInput.value is ''
23 PASS actualTextEventData is ''
24 PASS testTargetEditable.innerHTML is 'placeholder'
25 PASS actualTextEventData is 'RichHello'
26 PASS testTargetTextarea.value is ''
27 PASS actualTextEventData is 'RichHello'
28 PASS testTargetInput.value is ''
29 PASS actualTextEventData is ''
30 PASS testTargetEditable.innerHTML is 'placeholder'
31 PASS textInputCount is cancelingTestCases.length
32 PASS successfullyParsed is true
33
34 TEST COMPLETE
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698