3 <script src=
"../../resources/js-test.js"></script>
4 <script src=
"resources/spatial-navigation-utils.js"></script>
11 border:
1px solid black;
27 <body id=
"some-content" onload=
"runTest()">
28 <p id=
"description"></p>
30 <a id=
"e1" href=
"#e1">Element
1</a>
31 <a id=
"e2" href=
"#e2">Element
2</a>
32 <a id=
"e3" href=
"#e3">Element
3</a>
34 <div id=
"console"></div>
35 <script type=
"application/javascript">
36 description('This test ensures that e2 is NOT right of e1 and e3 is NOT right of e2.');
52 if (window.testRunner) {
53 testRunner.overridePreference(
"WebKitTabToLinksPreferenceKey",
1);
54 window.internals.settings.setSpatialNavigationEnabled(true);
59 // starting the test itself: get to a known place.
60 document.getElementById(
"e1").focus();
62 initTest(resultMap, finishJSTest);