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

Side by Side Diff: LayoutTests/fast/js/select-options-remove-gc.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="resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <div> 7 <div>
8 <select id="myselect"> 8 <select id="myselect">
9 <option>A</option> 9 <option>A</option>
10 <option>B</option> 10 <option>B</option>
11 <option>C</option> 11 <option>C</option>
12 </select> 12 </select>
13 </div> 13 </div>
14 <script> 14 <script>
(...skipping 10 matching lines...) Expand all
25 while (i < 5000) { 25 while (i < 5000) {
26 i = i+1.11; 26 i = i+1.11;
27 s = s + " "; 27 s = s + " ";
28 } 28 }
29 29
30 options.remove(0); 30 options.remove(0);
31 testPassed("No crash"); 31 testPassed("No crash");
32 </script> 32 </script>
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/script-tests/TEMPLATE.html ('k') | LayoutTests/fast/js/strict-readonly-statics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698