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

Side by Side Diff: LayoutTests/fast/events/onchange-text-form-field-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 PASS simulateTextEntry(elements[0], '', BEFORE); is false 1 PASS simulateTextEntry(elements[0], '', BEFORE); is false
2 PASS simulateTextEntry(elements[0], 'fo', BEFORE); is true 2 PASS simulateTextEntry(elements[0], 'fo', BEFORE); is true
3 PASS simulateTextEntry(elements[0], 'o'); is true 3 PASS simulateTextEntry(elements[0], 'o'); is true
4 PASS simulateTextEntry(elements[0], 'foo', BEFORE); is false 4 PASS simulateTextEntry(elements[0], 'foo', BEFORE); is false
5 PASS simulateTextEntry(elements[0], 'foo', BEFORE); is false 5 PASS simulateTextEntry(elements[0], 'foo', BEFORE); is false
6 PASS simulateTextEntry(elements[0], ' '); is true 6 PASS simulateTextEntry(elements[0], ' '); is true
7 PASS simulateTextEntry(elements[0], 'foo bar', BEFORE); is true 7 PASS simulateTextEntry(elements[0], 'foo bar', BEFORE); is true
8 PASS simulateTextEntry(elements[0], 'foo bar', BEFORE); is false 8 PASS simulateTextEntry(elements[0], 'foo bar', BEFORE); is false
9 PASS setTextValue(elements[0], 'foo'); is false 9 PASS setTextValue(elements[0], 'foo'); is false
10 PASS simulateTextEntry(elements[0], 'foo bar', BEFORE); is true 10 PASS simulateTextEntry(elements[0], 'foo bar', BEFORE); is true
(...skipping 11 matching lines...) Expand all
22 PASS setTextValue(elements[3], ''); is false 22 PASS setTextValue(elements[3], ''); is false
23 PASS simulateTextEntry(elements[3], 'fo', BEFORE); is true 23 PASS simulateTextEntry(elements[3], 'fo', BEFORE); is true
24 PASS simulateTextEntry(elements[3], 'o'); is true 24 PASS simulateTextEntry(elements[3], 'o'); is true
25 PASS simulateTextEntry(elements[3], 'foo', BEFORE); is false 25 PASS simulateTextEntry(elements[3], 'foo', BEFORE); is false
26 PASS simulateTextEntry(elements[4], 'foo', AFTER); is false 26 PASS simulateTextEntry(elements[4], 'foo', AFTER); is false
27 PASS simulateTextEntry(elements[4], 'foo'); is true 27 PASS simulateTextEntry(elements[4], 'foo'); is true
28 PASS simulateTextEntry(elements[4], 'foo', BEFORE); is false 28 PASS simulateTextEntry(elements[4], 'foo', BEFORE); is false
29 PASS simulateTextEntry(elements[4], 'foo', BEFORE | AFTER); is true 29 PASS simulateTextEntry(elements[4], 'foo', BEFORE | AFTER); is true
30 PASS simulateTextEntry(elements[4], '', AFTER); is false 30 PASS simulateTextEntry(elements[4], '', AFTER); is false
31 PASS simulateTextEntry(elements[4], 'foo', AFTER); is false 31 PASS simulateTextEntry(elements[4], 'foo', AFTER); is false
32 PASS successfullyParsed is true
32 33
34 TEST COMPLETE
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698