| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../../resources/js-test-pre.js"></script> |
| <script src="../../resources/accessibility-helper.js"></script> |
| <iframe src="data:text/html,<body>iframe</body>"></iframe> |
| <textarea>text area</textarea> |
| <img src="foo" alt="I should be an image" /> |
| <div id="stopElement">End of test</div> |
| description("This tests that the text associated with replaced objects in an anonymous block is correct."); |
| if (window.accessibilityController) { |
| // Build the accessibility tree up until 'End of test' is encountered. |
| window.stopElement = accessibilityController.accessibleElementById("stopElement"); |
| dumpAccessibilityTree(accessibilityController.focusedElement, stopElement, 0); |
| <script src="../../resources/js-test-post.js"></script> |