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

Side by Side Diff: LayoutTests/fast/events/event-input-contentEditable-expected.txt

Issue 14969020: Avoid adding placeholder when deleting last text in root (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bad TestExpectations behavior and unnecessary results churn. Created 7 years, 7 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
1 This tests that the input events are dispatched when contentEditable nodes are e dited 1 This tests that the input events are dispatched when contentEditable nodes are e dited
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS event.target.id is 'target0' 6 PASS event.target.id is 'target0'
7 PASS event.target.innerHTML is 'Text' 7 PASS event.target.innerHTML is 'Text'
8 PASS event.target.id is 'target2' 8 PASS event.target.id is 'target2'
9 PASS event.target.innerHTML is 'This text should not be changed.' 9 PASS event.target.innerHTML is 'This text should not be changed.'
10 PASS event.target.id is 'target3' 10 PASS event.target.id is 'target3'
11 PASS event.target.innerHTML is '<br>' 11 PASS event.target.innerHTML is ''
12 PASS event.target.id is 'target4' 12 PASS event.target.id is 'target4'
13 PASS event.target.innerHTML is '<a href="http://www.example.com/">This text shou ld be a link.</a>' 13 PASS event.target.innerHTML is '<a href="http://www.example.com/">This text shou ld be a link.</a>'
14 PASS event.target.id is 'target6parent' 14 PASS event.target.id is 'target6parent'
15 PASS event.target.innerHTML is '<a href="http://www.example.com/"><span id="targ et6start">Start,</span><span id="target6middle">Middle,</span><span id="target6e nd">End.</span></a>' 15 PASS event.target.innerHTML is '<a href="http://www.example.com/"><span id="targ et6start">Start,</span><span id="target6middle">Middle,</span><span id="target6e nd">End.</span></a>'
16 PASS event.target.id is 'target7' 16 PASS event.target.id is 'target7'
17 PASS event.target.innerHTML is 'X' 17 PASS event.target.innerHTML is 'X'
18 PASS event.target.id is 'target8' 18 PASS event.target.id is 'target8'
19 PASS event.target.innerHTML is '<br>' 19 PASS event.target.innerHTML is ''
20 PASS event.target.id is 'target9parent' 20 PASS event.target.id is 'target9parent'
21 PASS event.target.innerHTML is '<div id="target9child" contenteditable="">Replac ing</div>' 21 PASS event.target.innerHTML is '<div id="target9child" contenteditable="">Replac ing</div>'
22 PASS event.target.id is 't10gch' 22 PASS event.target.id is 't10gch'
23 PASS event.target.innerHTML is 'Replacing' 23 PASS event.target.innerHTML is 'Replacing'
24 PASS expectedInputEventCount is actualInputEventCount 24 PASS expectedInputEventCount is actualInputEventCount
25 PASS successfullyParsed is true 25 PASS successfullyParsed is true
26 26
27 TEST COMPLETE 27 TEST COMPLETE
28 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698