Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal.html

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698