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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-div-scrollable-but-without-focusable-content-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 PASS successfullyParsed is true
6
7 TEST COMPLETE
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 "start" 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
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 "end" 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "end"
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "end" 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "end"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "end" 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "end"
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "end" 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "end"
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "end" 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "end"
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "end" 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "end"
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "end" 20 PASS gFocusedDocument.activeElement.getAttribute("id") is "end"
18 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 21 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
19 This test is to test that a scrollable div can scroll and reveal its content eve n if it does not have any focusable content. 22 This test is to test that a scrollable div can scroll and reveal its content eve n if it does not have any focusable content.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698