OLD | NEW |
1 <html> | 1 <html> |
2 <script src="../resources/js-test.js"></script> | 2 <script src="../resources/js-test.js"></script> |
3 <script src="../resources/accessibility-helper.js"></script> | 3 <script src="../resources/accessibility-helper.js"></script> |
4 <header>This is a Header for this page</header> | 4 <header>This is a Header for this page</header> |
5 <h1>Heading</h1> | 5 <h1>Heading</h1> |
6 <div>Division</div> | 6 <div>Division</div> |
7 <p>Paragraph</p> | 7 <p>Paragraph</p> |
8 <ruby> | 8 <ruby> |
9 韓國<rp>(</rp><rt>한국</rt><rp>)</rp> | 9 韓國<rp>(</rp><rt>한국</rt><rp>)</rp> |
10 </ruby> | 10 </ruby> |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 <p id="description"></p> | 85 <p id="description"></p> |
86 <div id="console"></div> | 86 <div id="console"></div> |
87 <script> | 87 <script> |
88 description("This test make sure that unfocuasable elements are mapped implicitl
y to AX roles."); | 88 description("This test make sure that unfocuasable elements are mapped implicitl
y to AX roles."); |
89 | 89 |
90 if (window.testRunner) | 90 if (window.testRunner) |
91 testRunner.dumpAsText(); | 91 testRunner.dumpAsText(); |
92 if (window.accessibilityController) | 92 if (window.accessibilityController) |
93 buildAccessibilityTree(accessibilityController.focusedElement, 0, 1); | 93 buildAccessibilityTree(accessibilityController.focusedElement, 0, 1); |
94 </script> | 94 </script> |
95 </html> | 95 </html> |
OLD | NEW |