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

Side by Side Diff: LayoutTests/platform/win/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, 5 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 FAIL actualTextEventData should be (of type string). Was null (of type object).
11 FAIL 0 <= testTargetEditable.innerHTML.indexOf('PlainHello') should be true. Was false.
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 FAIL textInputCount should be 6. Was 5.
19 PASS actualTextEventData is 'PlainHello'
20 PASS testTargetTextarea.value is ''
21 PASS actualTextEventData is 'PlainHello'
22 PASS testTargetInput.value is ''
23 FAIL actualTextEventData should be (of type string). Was null (of type object).
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 FAIL textInputCount should be 6. Was 5.
32 PASS successfullyParsed is true
33
34 TEST COMPLETE
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698