| 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 <script> | 4 <script> |
| 5 if (window.testRunner) | 5 if (window.testRunner) |
| 6 testRunner.waitUntilDone(); | 6 testRunner.waitUntilDone(); |
| 7 | 7 |
| 8 function runTest() { | 8 function runTest() { |
| 9 description("This tests that having an anonymous render block in a conti
nuation doesn't cause a crash when walking the accessibility tree."); | 9 description("This tests that having an anonymous render block in a conti
nuation doesn't cause a crash when walking the accessibility tree."); |
| 10 | 10 |
| 11 accessibilityController.accessibleElementById('dummy'); | 11 accessibilityController.accessibleElementById('dummy'); |
| 12 | 12 |
| 13 debug('<br /><span class="pass">TEST COMPLETE</span>'); | 13 debug('<br /><span class="pass">TEST COMPLETE</span>'); |
| (...skipping 12 matching lines...) Expand all Loading... |
| 26 | 26 |
| 27 <li><span>x<ul><li>y</ul></span>z</li> | 27 <li><span>x<ul><li>y</ul></span>z</li> |
| 28 | 28 |
| 29 End of test. | 29 End of test. |
| 30 | 30 |
| 31 <p id="description"></p> | 31 <p id="description"></p> |
| 32 <div id="console"></div> | 32 <div id="console"></div> |
| 33 | 33 |
| 34 </body> | 34 </body> |
| 35 </html> | 35 </html> |
| OLD | NEW |