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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-date.html

Issue 48903019: Delete js-test-post.js. (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="../js/resources/js-test-pre.js"></script>
4 <script src="resources/spatial-navigation-utils.js"></script> 4 <script src="resources/spatial-navigation-utils.js"></script>
5 <script> 5 <script>
6 window.jsTestIsAsync = true; 6 window.jsTestIsAsync = true;
7 7
8 if (window.testRunner) { 8 if (window.testRunner) {
9 testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1); 9 testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1);
10 window.internals.settings.setSpatialNavigationEnabled(true); 10 window.internals.settings.setSpatialNavigationEnabled(true);
11 } 11 }
12 </script> 12 </script>
13 <script src="../js/resources/js-test-post.js"></script>
14 </head> 13 </head>
15 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml"> 14 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml">
16 <p id="description"></p> 15 <p id="description"></p>
17 <table style="text-align: left; width: 100%; margin-left: auto; margin-right: au to;" border="1" cellpadding="2" cellspacing="1"> 16 <table style="text-align: left; width: 100%; margin-left: auto; margin-right: au to;" border="1" cellpadding="2" cellspacing="1">
18 <tbody> 17 <tbody>
19 <tr> 18 <tr>
20 <td style="vertical-align: top; text-align: center;"><a id="left" href="a">Left< /a></td> 19 <td style="vertical-align: top; text-align: center;"><a id="left" href="a">Left< /a></td>
21 <td style="vertical-align: top; text-align: center;"><input id="start" type="dat e" value="text"></td> 20 <td style="vertical-align: top; text-align: center;"><input id="start" type="dat e" value="text"></td>
22 <td style="vertical-align: top; text-align: center;"><a id="right" href="a">Righ t</a></td> 21 <td style="vertical-align: top; text-align: center;"><a id="right" href="a">Righ t</a></td>
23 </tr> 22 </tr>
(...skipping 22 matching lines...) Expand all
46 document.getElementById("start").focus(); 45 document.getElementById("start").focus();
47 46
48 initTest(resultMap, finishJSTest); 47 initTest(resultMap, finishJSTest);
49 } 48 }
50 49
51 window.onload = runTest; 50 window.onload = runTest;
52 </script> 51 </script>
53 </body> 52 </body>
54 </html> 53 </html>
55 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698