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

Side by Side Diff: LayoutTests/accessibility/aria-hidden-hides-all-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="content" role="group"> 8 <div id="content" role="group">
9 9
10 <main id="main" aria-hidden="true"> 10 <main id="main" aria-hidden="true">
(...skipping 21 matching lines...) Expand all
32 var content = accessibilityController.accessibleElementById("content"); 32 var content = accessibilityController.accessibleElementById("content");
33 shouldBe("content.childrenCount", "0"); 33 shouldBe("content.childrenCount", "0");
34 34
35 // Clear the HTML for better results. 35 // Clear the HTML for better results.
36 document.getElementById("content").innerHTML = ""; 36 document.getElementById("content").innerHTML = "";
37 } 37 }
38 38
39 39
40 </script> 40 </script>
41 41
42 <script src="../fast/js/resources/js-test-post.js"></script>
43 </body> 42 </body>
44 </html> 43 </html>
45 44
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/aria-hidden.html ('k') | LayoutTests/accessibility/aria-hidden-update.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698