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

Side by Side Diff: LayoutTests/accessibility/canvas-fallback-content.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 <!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="../resources/js-test.js"></script>
5 5
6 <style> 6 <style>
7 myelement { 7 myelement {
8 display: block; 8 display: block;
9 } 9 }
10 </style> 10 </style>
11 11
12 <div> 12 <div>
13 <a id="link1" href="#">Link</a> 13 <a id="link1" href="#">Link</a>
14 <button id="button1">Button</button> 14 <button id="button1">Button</button>
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 document.getElementById('focusable1').setAttribute('role', 'button'); 82 document.getElementById('focusable1').setAttribute('role', 'button');
83 check("focusable1", "AXRole: AXButton"); 83 check("focusable1", "AXRole: AXButton");
84 document.getElementById('focusable2').setAttribute('role', 'button'); 84 document.getElementById('focusable2').setAttribute('role', 'button');
85 check("focusable2", "AXRole: AXButton"); 85 check("focusable2", "AXRole: AXButton");
86 } 86 }
87 87
88 </script> 88 </script>
89 89
90 </body> 90 </body>
91 </html> 91 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/canvas-description-and-role.html ('k') | LayoutTests/accessibility/canvas-fallback-content-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698