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

Side by Side Diff: LayoutTests/svg/custom/focus-event-handling-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 TEST 1 TEST
2 Test whether focusin and focusout events are dispatched and seen in the focusin/ focusout event handlers: 2 Test whether focusin and focusout events are dispatched and seen in the focusin/ focusout event handlers:
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS focusinSeen is "rect1" 7 PASS focusinSeen is "rect1"
8 PASS focusoutSeen is "rect1" 8 PASS focusoutSeen is "rect1"
9 PASS focusinSeen is "g" 9 PASS focusinSeen is "g"
10 PASS focusoutSeen is "g" 10 PASS focusoutSeen is "g"
11 PASS focusinSeen is "use" 11 PASS focusinSeen is "use"
12 PASS focusoutSeen is "use" 12 PASS focusoutSeen is "use"
13 PASS focusinSeen is "usesymbol" 13 PASS focusinSeen is "usesymbol"
14 PASS focusoutSeen is "usesymbol" 14 PASS focusoutSeen is "usesymbol"
15 PASS focusinSeen is "switch" 15 PASS focusinSeen is "switch"
16 PASS focusoutSeen is "switch" 16 PASS focusoutSeen is "switch"
17 PASS focusinSeen is "img" 17 PASS focusinSeen is "img"
18 PASS focusoutSeen is "img" 18 PASS focusoutSeen is "img"
19 PASS successfullyParsed is true
19 20
21 TEST COMPLETE
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698