Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / spatial-navigation / snav-not-below-expected.txt
blob146aa475f9e386b6ac6e13ba6f1e60cde00b3fb8
1 This test ensures that e2 is NOT below e1 and e3 is NOT below e2.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Element 1Element 2Element 3
7 PASS gFocusedDocument.activeElement.getAttribute("id") is "e1"
8 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
9 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3"
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3"
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "e1"
15 PASS successfullyParsed is true
17 TEST COMPLETE