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

Side by Side Diff: LayoutTests/accessibility/aria-hidden-with-elements.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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body id="body"> 6 <body id="body">
7 7
8 <div id="container" aria-label="container"> 8 <div id="container" aria-label="container">
9 9
10 <table border=1 summary="test" aria-hidden="true"> 10 <table border=1 summary="test" aria-hidden="true">
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 var child = container.childAtIndex(0); 46 var child = container.childAtIndex(0);
47 shouldBe("child.childrenCount", "0"); 47 shouldBe("child.childrenCount", "0");
48 48
49 // The second child we ask for from the web area should be the heading, a nd we should have skipped over everything else. 49 // The second child we ask for from the web area should be the heading, a nd we should have skipped over everything else.
50 child = container.childAtIndex(1); 50 child = container.childAtIndex(1);
51 shouldBe("child.role", "'AXRole: AXHeading'"); 51 shouldBe("child.role", "'AXRole: AXHeading'");
52 } 52 }
53 53
54 </script> 54 </script>
55 55
56 <script src="../fast/js/resources/js-test-post.js"></script>
57 </body> 56 </body>
58 </html> 57 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/aria-hidden-updates-alldescendants.html ('k') | LayoutTests/accessibility/aria-label.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698