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

Side by Side Diff: LayoutTests/accessibility/aria-checkbox-sends-notification.html

Issue 58533003: Move fast/js/resources files to resources. (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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../resources/js-test.js"></script>
4 <script> 4 <script>
5 function runTest() { 5 function runTest() {
6 window.jsTestIsAsync = true; 6 window.jsTestIsAsync = true;
7 7
8 description("This tests that checking of an aria checkbox sends a notifi cation."); 8 description("This tests that checking of an aria checkbox sends a notifi cation.");
9 9
10 var accessibleCheckbox = accessibilityController.accessibleElementById(" checkbox1"); 10 var accessibleCheckbox = accessibilityController.accessibleElementById(" checkbox1");
11 var notificationCount = 0; 11 var notificationCount = 0;
12 12
13 function listener(notification) { 13 function listener(notification) {
(...skipping 19 matching lines...) Expand all
33 33
34 <div id="checkbox1" tabindex=0 role="checkbox" aria-checked="false">Test Checkbo x</div> 34 <div id="checkbox1" tabindex=0 role="checkbox" aria-checked="false">Test Checkbo x</div>
35 35
36 <p id="description"></p> 36 <p id="description"></p>
37 <div id="console"></div> 37 <div id="console"></div>
38 <script> 38 <script>
39 runTest(); 39 runTest();
40 </script> 40 </script>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/aria-checkbox-checked.html ('k') | LayoutTests/accessibility/aria-controls-with-tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698