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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-single-select-list-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 2 1 2
2 4 6 2 4 6
3 8 3 8
4 PASS successfullyParsed is true
5
6 TEST COMPLETE
4 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 7 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
5 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 8 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
6 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 9 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
7 PASS gFocusedDocument.activeElement.getAttribute("id") is "8" 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "8"
8 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
9 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "2"
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "6"
(...skipping 30 matching lines...) Expand all
44 PASS gFocusedDocument.getElementById("start").options[3].selected is false 47 PASS gFocusedDocument.getElementById("start").options[3].selected is false
45 PASS gFocusedDocument.getElementById("start").options[0].selected is true 48 PASS gFocusedDocument.getElementById("start").options[0].selected is true
46 PASS gFocusedDocument.getElementById("start").options[1].selected is false 49 PASS gFocusedDocument.getElementById("start").options[1].selected is false
47 PASS gFocusedDocument.getElementById("start").options[2].selected is false 50 PASS gFocusedDocument.getElementById("start").options[2].selected is false
48 PASS gFocusedDocument.getElementById("start").options[3].selected is false 51 PASS gFocusedDocument.getElementById("start").options[3].selected is false
49 PASS gFocusedDocument.getElementById("start").options[0].selected is false 52 PASS gFocusedDocument.getElementById("start").options[0].selected is false
50 PASS gFocusedDocument.getElementById("start").options[1].selected is true 53 PASS gFocusedDocument.getElementById("start").options[1].selected is true
51 PASS gFocusedDocument.getElementById("start").options[2].selected is false 54 PASS gFocusedDocument.getElementById("start").options[2].selected is false
52 PASS gFocusedDocument.getElementById("start").options[3].selected is false 55 PASS gFocusedDocument.getElementById("start").options[3].selected is false
53 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698