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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-hidden-focusable-element.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <script src="resources/spatial-navigation-utils.js"></script> 4 <script src="resources/spatial-navigation-utils.js"></script>
5 <script type="application/javascript"> 5 <script type="application/javascript">
6 6
7 var resultMap = [ 7 var resultMap = [
8 ["Down", "end"], 8 ["Down", "end"],
9 ["DONE", "DONE"] 9 ["DONE", "DONE"]
10 ]; 10 ];
11 11
12 if (window.testRunner) { 12 if (window.testRunner) {
13 testRunner.dumpAsText(); 13 testRunner.dumpAsText();
(...skipping 22 matching lines...) Expand all
36 </head> 36 </head>
37 37
38 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml"> 38 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml">
39 <p>This is <a id="start" href="a">link_1</a>.</p> 39 <p>This is <a id="start" href="a">link_1</a>.</p>
40 <br>This is <a id="1" style="display:none;" href="a">you should not see me </a> hidden link.<br> 40 <br>This is <a id="1" style="display:none;" href="a">you should not see me </a> hidden link.<br>
41 <p>This is <a id="end" href="a">link_2</a>.</p> 41 <p>This is <a id="end" href="a">link_2</a>.</p>
42 <div id="console"></div> 42 <div id="console"></div>
43 <p>This test is to test that focusable elements with display:none do not gra b the focus.</p> 43 <p>This test is to test that focusable elements with display:none do not gra b the focus.</p>
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698