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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-radio.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 <html> 1 <html>
2 <!-- 2 <!--
3 This test ensures the correctness of Spatial Navigation (SNav) algorithm ove r single select element. 3 This test ensures the correctness of Spatial Navigation (SNav) algorithm ove r single select element.
4 4
5 * Pre-conditions: 5 * Pre-conditions:
6 1) DRT support for SNav enable/disable. 6 1) DRT support for SNav enable/disable.
7 7
8 * Navigation steps: 8 * Navigation steps:
9 1) Loads this page, focus goes to "start" automatically. 9 1) Loads this page, focus goes to "start" automatically.
10 2) Focus moves away from select in 4 different directions to neighbor nodes and back. 10 2) Focus moves away from select in 4 different directions to neighbor nodes and back.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 function testCompleted() 44 function testCompleted()
45 { 45 {
46 if (window.testRunner) 46 if (window.testRunner)
47 testRunner.notifyDone(); 47 testRunner.notifyDone();
48 } 48 }
49 49
50 window.onload = runTest; 50 window.onload = runTest;
51 51
52 </script> 52 </script>
53 <script src="js/resources/js-test-post.js"></script>
54 </head> 53 </head>
55 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml"> 54 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml">
56 <table style="text-align: left; width: 100%; margin-left: auto; margin-right : auto;" border="1" cellpadding="2" cellspacing="1"> 55 <table style="text-align: left; width: 100%; margin-left: auto; margin-right : auto;" border="1" cellpadding="2" cellspacing="1">
57 <tbody> 56 <tbody>
58 <tr> 57 <tr>
59 <td style="vertical-align: top; text-align: center;"></td> 58 <td style="vertical-align: top; text-align: center;"></td>
60 <td style="vertical-align: top; text-align: center;"><a id="2" href="a ">2</a></td> 59 <td style="vertical-align: top; text-align: center;"><a id="2" href="a ">2</a></td>
61 <td style="vertical-align: top; text-align: center;"></td> 60 <td style="vertical-align: top; text-align: center;"></td>
62 </tr> 61 </tr>
63 <tr> 62 <tr>
64 <td style="vertical-align: top; text-align: center;"><a id="4" href="a ">4</a></td> 63 <td style="vertical-align: top; text-align: center;"><a id="4" href="a ">4</a></td>
65 <td style="vertical-align: top; text-align: center;"><input type="radi o" id="start" ></td> 64 <td style="vertical-align: top; text-align: center;"><input type="radi o" id="start" ></td>
66 <td style="vertical-align: top; text-align: center;"><a id="6" href="a ">6</a></td> 65 <td style="vertical-align: top; text-align: center;"><a id="6" href="a ">6</a></td>
67 </tr> 66 </tr>
68 <tr> 67 <tr>
69 <td style="vertical-align: top; text-align: center;"></td> 68 <td style="vertical-align: top; text-align: center;"></td>
70 <td style="vertical-align: top; text-align: center;"><a id="8" href="a ">8</a></td> 69 <td style="vertical-align: top; text-align: center;"><a id="8" href="a ">8</a></td>
71 <td style="vertical-align: top; text-align: center;"></td> 70 <td style="vertical-align: top; text-align: center;"></td>
72 </tr> 71 </tr>
73 </tbody> 72 </tbody>
74 </table> 73 </table>
75 <div id="console"></div> 74 <div id="console"></div>
76 </body> 75 </body>
77 </html> 76 </html>
78 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698