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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-input.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 <!DOCTYPE html> 1 <!DOCTYPE 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 </head> 5 </head>
6 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml"> 6 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml">
7 <p id="description"></p> 7 <p id="description"></p>
8 <table style="text-align: left; width: 100%; margin-left: auto; margin-right : auto;" border="1" cellpadding="2" cellspacing="1"> 8 <table style="text-align: left; width: 100%; margin-left: auto; margin-right : auto;" border="1" cellpadding="2" cellspacing="1">
9 <tbody> 9 <tbody>
10 <tr> 10 <tr>
11 <td style="vertical-align: top; text-align: center;"></td> 11 <td style="vertical-align: top; text-align: center;"></td>
12 <td style="vertical-align: top; text-align: center;"><a id="2" href="a ">2</a></td> 12 <td style="vertical-align: top; text-align: center;"><a id="2" href="a ">2</a></td>
13 <td style="vertical-align: top; text-align: center;"></td> 13 <td style="vertical-align: top; text-align: center;"></td>
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 shouldBeEqualToString("document.getElementById('start').value", text); 75 shouldBeEqualToString("document.getElementById('start').value", text);
76 76
77 testRunner.notifyDone(); 77 testRunner.notifyDone();
78 } 78 }
79 79
80 window.onload = runTest; 80 window.onload = runTest;
81 81
82 </script> 82 </script>
83 </body> 83 </body>
84 </html> 84 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698