| OLD | NEW |
| 1 <body onload="runTest()"> | 1 <body onload="runTest()"> |
| 2 <script src="../js/resources/js-test-pre.js"></script> | 2 <script src="../../resources/js-test.js"></script> |
| 3 | 3 |
| 4 <script> | 4 <script> |
| 5 function runTest() | 5 function runTest() |
| 6 { | 6 { |
| 7 if (!window.testRunner) | 7 if (!window.testRunner) |
| 8 return; | 8 return; |
| 9 | 9 |
| 10 var accessKeyModifiers = ["altKey"]; | 10 var accessKeyModifiers = ["altKey"]; |
| 11 if (navigator.userAgent.search(/\bMac OS X\b/) != -1) | 11 if (navigator.userAgent.search(/\bMac OS X\b/) != -1) |
| 12 accessKeyModifiers = ["ctrlKey", "altKey"]; | 12 accessKeyModifiers = ["ctrlKey", "altKey"]; |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 ninth.setSelectionRange(11, 18); | 186 ninth.setSelectionRange(11, 18); |
| 187 ninth.blur(); | 187 ninth.blur(); |
| 188 </script> | 188 </script> |
| 189 </fieldset> | 189 </fieldset> |
| 190 <br> | 190 <br> |
| 191 | 191 |
| 192 <p id="description"></p> | 192 <p id="description"></p> |
| 193 <div id="console"></div> | 193 <div id="console"></div> |
| 194 | 194 |
| 195 </body> | 195 </body> |
| OLD | NEW |