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

Side by Side Diff: LayoutTests/fast/dom/document-all-select.html

Issue 48903019: Delete js-test-post.js. (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
« no previous file with comments | « LayoutTests/fast/dom/dataset-xhtml.xhtml ('k') | LayoutTests/fast/dom/document-all-tags.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 </script> 7 </script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <select name="myselect" style="visibility: hidden;"> 10 <select name="myselect" style="visibility: hidden;">
11 <option value="1">A</option> 11 <option value="1">A</option>
12 <option value="2">B</option> 12 <option value="2">B</option>
13 </select> 13 </select>
14 <script> 14 <script>
15 description("This tests that &lt;select&gt; elements are available by name throu gh document.all."); 15 description("This tests that &lt;select&gt; elements are available by name throu gh document.all.");
16 shouldBe("document.all.myselect.length", "2"); 16 shouldBe("document.all.myselect.length", "2");
17 </script> 17 </script>
18 <script src="../js/resources/js-test-post.js"></script>
19 </body> 18 </body>
20 </html> 19 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/dataset-xhtml.xhtml ('k') | LayoutTests/fast/dom/document-all-tags.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698