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

Side by Side Diff: LayoutTests/accessibility/chromium-only-roles.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <body> 3 <body>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../fast/js/resources/js-test-pre.js"></script>
5 5
6 <div id="container" contentEditable> 6 <div id="container" contentEditable>
7 <hr aria-label="hr"> 7 <hr aria-label="hr">
8 <p aria-label="p"></p> 8 <p aria-label="p"></p>
9 <label aria-label="label"></label> 9 <label aria-label="label"></label>
10 <form aria-label="form"></form> 10 <form aria-label="form"></form>
(...skipping 12 matching lines...) Expand all
23 23
24 shouldBe('axContainer.childAtIndex(0).role', '"AXRole: AXHorizontalRule"'); 24 shouldBe('axContainer.childAtIndex(0).role', '"AXRole: AXHorizontalRule"');
25 shouldBe('axContainer.childAtIndex(1).role', '"AXRole: AXParagraph"'); 25 shouldBe('axContainer.childAtIndex(1).role', '"AXRole: AXParagraph"');
26 shouldBe('axContainer.childAtIndex(2).role', '"AXRole: AXLabel"'); 26 shouldBe('axContainer.childAtIndex(2).role', '"AXRole: AXLabel"');
27 shouldBe('axContainer.childAtIndex(3).role', '"AXRole: AXForm"'); 27 shouldBe('axContainer.childAtIndex(3).role', '"AXRole: AXForm"');
28 shouldBe('axContainer.childAtIndex(4).role', '"AXRole: AXDiv"'); 28 shouldBe('axContainer.childAtIndex(4).role', '"AXRole: AXDiv"');
29 } 29 }
30 30
31 </script> 31 </script>
32 32
33 <script src="../fast/js/resources/js-test-post.js"></script>
34 </body> 33 </body>
35 </html> 34 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/canvas-fallback-content-labels.html ('k') | LayoutTests/accessibility/clickable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698