| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"> | |
| 4 <script src="../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../fast/js/resources/js-test-pre.js"></script> |
| 5 <script> | 4 <script> |
| 6 if (window.testRunner) | 5 if (window.testRunner) |
| 7 testRunner.waitUntilDone(); | 6 testRunner.waitUntilDone(); |
| 8 | 7 |
| 9 function runTest() { | 8 function runTest() { |
| 10 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."); |
| 11 | 10 |
| 12 accessibilityController.accessibleElementById('dummy'); | 11 accessibilityController.accessibleElementById('dummy'); |
| 13 | 12 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 27 | 26 |
| 28 <li><span>x<ul><li>y</ul></span>z</li> | 27 <li><span>x<ul><li>y</ul></span>z</li> |
| 29 | 28 |
| 30 End of test. | 29 End of test. |
| 31 | 30 |
| 32 <p id="description"></p> | 31 <p id="description"></p> |
| 33 <div id="console"></div> | 32 <div id="console"></div> |
| 34 | 33 |
| 35 </body> | 34 </body> |
| 36 </html> | 35 </html> |
| OLD | NEW |