OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../resources/js-test.js"></script> |
4 | 4 |
5 <script> | 5 <script> |
6 | 6 |
7 if (window.testRunner) | 7 if (window.testRunner) |
8 testRunner.waitUntilDone(); | 8 testRunner.waitUntilDone(); |
9 | 9 |
10 function runAXTest() { | 10 function runAXTest() { |
11 | 11 |
12 | 12 |
13 description("This tests that an image map's hold on it's parent will be clear
ed if the parent goes away."); | 13 description("This tests that an image map's hold on it's parent will be clear
ed if the parent goes away."); |
(...skipping 20 matching lines...) Expand all Loading... |
34 | 34 |
35 <img id="img" usemap="#map"><span></span> | 35 <img id="img" usemap="#map"><span></span> |
36 | 36 |
37 <script>setTimeout("runAXTest();", 1);</script> | 37 <script>setTimeout("runAXTest();", 1);</script> |
38 | 38 |
39 <p id="description"></p> | 39 <p id="description"></p> |
40 <div id="console"></div> | 40 <div id="console"></div> |
41 | 41 |
42 </body> | 42 </body> |
43 </html> | 43 </html> |
OLD | NEW |