Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / spatial-navigation / snav-not-rightof-expected.txt
blob24a47d156306086820e966ab631ea25024dba4be
1 This test ensures that e2 is NOT right of e1 and e3 is NOT right of 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