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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-z-index-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 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 11
12 12
13 13
14 14
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11" 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11"
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12" 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12"
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "s25" 20 PASS gFocusedDocument.activeElement.getAttribute("id") is "s25"
18 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12" 21 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12"
19 PASS gFocusedDocument.activeElement.getAttribute("id") is "s13" 22 PASS gFocusedDocument.activeElement.getAttribute("id") is "s13"
20 PASS gFocusedDocument.activeElement.getAttribute("id") is "s12" 23 PASS gFocusedDocument.activeElement.getAttribute("id") is "s12"
21 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11" 24 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11"
22 PASS gFocusedDocument.activeElement.getAttribute("id") is "p21" 25 PASS gFocusedDocument.activeElement.getAttribute("id") is "p21"
23 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 26 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
24 This test is testing that we prefer focusable elements with absolute positioning over other elements. 27 This test is testing that we prefer focusable elements with absolute positioning over other elements.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698