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