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

Side by Side Diff: LayoutTests/fast/events/onchange-setvalue-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 events.length is 2 1 PASS events.length is 2
2 PASS events[0] is 'change e' 2 PASS events[0] is 'change e'
3 PASS events[1] is 'change es' 3 PASS events[1] is 'change es'
4 PASS events.length is 3 4 PASS events.length is 3
5 PASS events[0] is 'change a' 5 PASS events[0] is 'change a'
6 PASS events[1] is 'change ab' 6 PASS events[1] is 'change ab'
7 PASS events[2] is 'change abc' 7 PASS events[2] is 'change abc'
8 PASS events.length is 2 8 PASS events.length is 2
9 PASS events[0] is 'change e' 9 PASS events[0] is 'change e'
10 PASS events[1] is 'change es' 10 PASS events[1] is 'change es'
11 PASS events.length is 2 11 PASS events.length is 2
12 PASS events[0] is 'change e' 12 PASS events[0] is 'change e'
13 PASS events[1] is 'change es' 13 PASS events[1] is 'change es'
14 PASS successfullyParsed is true
14 15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698