| OLD | NEW |
| 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 src="js/resources/js-test-post.js"></script> | |
| 6 </head> | 5 </head> |
| 7 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml"> | 6 <body id="some-content" xmlns="http://www.w3.org/1999/xhtml"> |
| 8 <p id="description"></p> | 7 <p id="description"></p> |
| 9 <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"> |
| 10 <tbody> | 9 <tbody> |
| 11 <tr> | 10 <tr> |
| 12 <td style="vertical-align: top; text-align: center;"></td> | 11 <td style="vertical-align: top; text-align: center;"></td> |
| 13 <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> |
| 14 <td style="vertical-align: top; text-align: center;"></td> | 13 <td style="vertical-align: top; text-align: center;"></td> |
| 15 </tr> | 14 </tr> |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 shouldBeEqualToString("document.getElementById('start').value", text); | 82 shouldBeEqualToString("document.getElementById('start').value", text); |
| 84 | 83 |
| 85 testRunner.notifyDone(); | 84 testRunner.notifyDone(); |
| 86 } | 85 } |
| 87 | 86 |
| 88 window.onload = runTest; | 87 window.onload = runTest; |
| 89 | 88 |
| 90 </script> | 89 </script> |
| 91 </body> | 90 </body> |
| 92 </html> | 91 </html> |
| OLD | NEW |