| <!DOCTYPE html><!-- webkit-test-runner [ TabsToLinks=true SpatialNavigationEnabled=true ] --> |
| <script src="../../resources/js-test-pre.js"></script> |
| <script src="resources/spatial-navigation-utils.js"></script> |
| <script type="application/javascript"> |
| testRunner.waitUntilDone(); |
| // starting the test itself: get to a known place. |
| document.getElementById("start").focus(); |
| initTest(resultMap, testCompleted); |
| <script src="../resources/js-test-post.js"></script> |
| <body id="some-content" xmlns="http://www.w3.org/1999/xhtml"> |
| <p>This is <a id="start" href="a">link_1</a>.</p> |
| <br>This is <a id="1" style="display:none;" href="a">you should not see me</a> hidden link.<br> |
| <p>This is <a id="end" href="a">link_2</a>.</p> |
| <p>This test is to test that focusable elements with display:none do not grab the focus.</p> |