1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../resources/js-test.js"></script>
5 <script src=
"../resources/accessibility-helper.js"></script>
9 <span><div></div></span><span>x
<div>y
</div>z
</span>
11 <div>End of test
</div>
13 <p id=
"description"></p>
14 <div id=
"console"></div>
17 description("Make sure that a debug assert is not triggered when constructing the accessibility tree for this page.");
19 if (window
.accessibilityController
) {
20 // Build the accessibility tree up until 'End of test' is encountered.
21 document
.body
.focus();
22 buildAccessibilityTree(accessibilityController
.focusedElement
, 0);