blob: 659fdcaca0773edb487cb0ef98fe53c7fc0a9d20 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../resources/js-test.js"></script>
<script src="../resources/accessibility-helper.js"></script>
</head>
<body>
<span><div></div></span><span>x<div>y</div>z</span>
<div>End of test</div>
<p id="description"></p>
<div id="console"></div>
<script>
description("Make sure that a debug assert is not triggered when constructing the accessibility tree for this page.");
if (window.accessibilityController) {
// Build the accessibility tree up until 'End of test' is encountered.
document.body.focus();
buildAccessibilityTree(accessibilityController.focusedElement, 0);
}
</script>
</body>
</html>