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 if (window.testRunner) | 6 if (window.testRunner) |
7 testRunner.waitUntilDone(); | 7 testRunner.waitUntilDone(); |
8 | 8 |
9 function runTest() | 9 function runTest() |
10 { | 10 { |
11 description("This tests that if an iframe loads new content after its ac
cessibility object has already been accessed, the iframe accessibility object's
descendants are the new scroll area and web area, not the old deleted ones."); | 11 description("This tests that if an iframe loads new content after its ac
cessibility object has already been accessed, the iframe accessibility object's
descendants are the new scroll area and web area, not the old deleted ones."); |
12 | 12 |
13 if (window.accessibilityController) { | 13 if (window.accessibilityController) { |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 | 55 |
56 <p>After</p> | 56 <p>After</p> |
57 | 57 |
58 <p>End of test</p> | 58 <p>End of test</p> |
59 | 59 |
60 <p id="description"></p> | 60 <p id="description"></p> |
61 <div id="console"></div> | 61 <div id="console"></div> |
62 | 62 |
63 </body> | 63 </body> |
64 </html> | 64 </html> |
OLD | NEW |