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

Side by Side Diff: LayoutTests/accessibility/canvas-fallback-content-2.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 <div> 6 <div>
7 <a id="link1" href="#">Link</a> 7 <a id="link1" href="#">Link</a>
8 <button id="button1">Button</button> 8 <button id="button1">Button</button>
9 <button id="labeled-button1" aria-label="Label">Button</button> 9 <button id="labeled-button1" aria-label="Label">Button</button>
10 <button id="button-with-title1" title="Title">Button</button> 10 <button id="button-with-title1" title="Title">Button</button>
11 <input id="text1" type="text" value="Value"> 11 <input id="text1" type="text" value="Value">
12 <input id="checkbox1" type="checkbox" checked> 12 <input id="checkbox1" type="checkbox" checked>
13 <input id="number1" type="number" value="123"> 13 <input id="number1" type="number" value="123">
14 <input id="radio1" type="radio" checked> 14 <input id="radio1" type="radio" checked>
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 check("aria-enabledbutton1", "aria-enabledbutton2"); 106 check("aria-enabledbutton1", "aria-enabledbutton2");
107 check("aria-requiredbutton1", "aria-requiredbutton2"); 107 check("aria-requiredbutton1", "aria-requiredbutton2");
108 check("aria-togglebutton1", "aria-togglebutton2"); 108 check("aria-togglebutton1", "aria-togglebutton2");
109 check("aria-link1", "aria-link2"); 109 check("aria-link1", "aria-link2");
110 } 110 }
111 111
112 </script> 112 </script>
113 113
114 </body> 114 </body>
115 </html> 115 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/canvas-fallback-content.html ('k') | LayoutTests/accessibility/canvas-fallback-content-labels.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698