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

Side by Side Diff: LayoutTests/accessibility/canvas-fallback-content-labels.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 <label id="nothing1">Nothing</label> 7 <label id="nothing1">Nothing</label>
8 <label id="text_label1"> 8 <label id="text_label1">
9 Text 9 Text
10 <input id="text1" type="text"> 10 <input id="text1" type="text">
11 </label> 11 </label>
12 <label id="check_label1"> 12 <label id="check_label1">
13 Checkbox 13 Checkbox
14 <input id="check1" type="checkbox"> 14 <input id="check1" type="checkbox">
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 check("list_label1", "list_label2"); 98 check("list_label1", "list_label2");
99 check("list1", "list2"); 99 check("list1", "list2");
100 check("label_for1", "label_for2"); 100 check("label_for1", "label_for2");
101 check("text_for1", "text_for2"); 101 check("text_for1", "text_for2");
102 } 102 }
103 103
104 </script> 104 </script>
105 105
106 </body> 106 </body>
107 </html> 107 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/canvas-fallback-content-2.html ('k') | LayoutTests/accessibility/chromium-only-roles.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698