3 <script src=
"../resources/js-test.js"></script>
6 testRunner
.waitUntilDone();
9 description("This tests that having an anonymous render block in a continuation doesn't cause a crash when walking the accessibility tree.");
11 accessibilityController
.accessibleElementById('dummy');
13 debug('<br /><span class="pass">TEST COMPLETE</span>');
14 if (window
.testRunner
)
15 testRunner
.notifyDone();
18 if (window
.testRunner
&& window
.accessibilityController
) {
19 window
.addEventListener('load', function() {
20 setTimeout(runTest
, 10);
27 <li><span>x
<ul><li>y
</ul></span>z
</li>
31 <p id=
"description"></p>
32 <div id=
"console"></div>