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

Side by Side Diff: LayoutTests/fast/forms/form-collection-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 </head> 5 </head>
6 <body> 6 <body>
7 <p id="description"></p> 7 <p id="description"></p>
8 <div id="console"></div> 8 <div id="console"></div>
9 <script> 9 <script>
10 description("This test lists all the elements of a form per http://www.whatwg.or g/specs/web-apps/current-work/multipage/forms.html#category-listed."); 10 description("This test lists all the elements of a form per http://www.whatwg.or g/specs/web-apps/current-work/multipage/forms.html#category-listed.");
11 debug("This test does not add object element as a listed element. Separate test will cover that."); 11 debug("This test does not add object element as a listed element. Separate test will cover that.");
12 12
13 var container = document.createElement('div'); 13 var container = document.createElement('div');
14 document.body.appendChild(container); 14 document.body.appendChild(container);
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 shouldBe('owner.elements[16].id', "'inputreset'"); 68 shouldBe('owner.elements[16].id', "'inputreset'");
69 shouldBe('owner.elements[17].id', "'inputbutton'"); 69 shouldBe('owner.elements[17].id', "'inputbutton'");
70 shouldBe('owner.elements[18].id', "'keygen1'"); 70 shouldBe('owner.elements[18].id', "'keygen1'");
71 shouldBe('owner.elements[19].id', "'object1'"); 71 shouldBe('owner.elements[19].id', "'object1'");
72 shouldBe('owner.elements[20].id', "'output1'"); 72 shouldBe('owner.elements[20].id', "'output1'");
73 shouldBe('owner.elements[21].id', "'select1'"); 73 shouldBe('owner.elements[21].id', "'select1'");
74 shouldBe('owner.elements[22].id', "'textarea1'"); 74 shouldBe('owner.elements[22].id', "'textarea1'");
75 </script> 75 </script>
76 </body> 76 </body>
77 </html> 77 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/form-attribute-not-in-document.html ('k') | LayoutTests/fast/forms/form-collection-elements-order.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698