| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 ninth.setSelectionRange(12, 19); | 187 ninth.setSelectionRange(12, 19); |
| 188 ninth.blur(); | 188 ninth.blur(); |
| 189 </script> | 189 </script> |
| 190 </fieldset> | 190 </fieldset> |
| 191 <br> | 191 <br> |
| 192 | 192 |
| 193 <p id="description"></p> | 193 <p id="description"></p> |
| 194 <div id="console"></div> | 194 <div id="console"></div> |
| 195 | 195 |
| 196 </body> | 196 </body> |
| OLD | NEW |