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

Side by Side Diff: LayoutTests/fast/forms/label/labelable-elements.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 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="../../../resources/js-test.js"></script>
5 <script src="../resources/common.js"></script> 5 <script src="../resources/common.js"></script>
6 <script src="../resources/label-test-util.js"></script> 6 <script src="../resources/label-test-util.js"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <p id="description"></p> 9 <p id="description"></p>
10 <div id="console"></div> 10 <div id="console"></div>
11 <script> 11 <script>
12 description('Test labelable elements have labels attribute and others do not.'); 12 description('Test labelable elements have labels attribute and others do not.');
13 13
14 var tester = setupLabelsTest(withParentLabel); 14 var tester = setupLabelsTest(withParentLabel);
(...skipping 15 matching lines...) Expand all
30 shouldNotBe('element.labels', 'null'); 30 shouldNotBe('element.labels', 'null');
31 } 31 }
32 } else { 32 } else {
33 debug('\nLabelable: ' + name + ' ' + element); 33 debug('\nLabelable: ' + name + ' ' + element);
34 shouldBe('element.labels.length', '1'); 34 shouldBe('element.labels.length', '1');
35 } 35 }
36 } 36 }
37 </script> 37 </script>
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/label/label-event-order.html ('k') | LayoutTests/fast/forms/label/labels-add-htmlFor-label.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698