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

Side by Side Diff: LayoutTests/fast/events/form-iframe-target-before-load-crash2.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 <html> 1 <html>
2 <script src="../js/resources/js-test-pre.js"></script> 2 <script src="../../resources/js-test.js"></script>
3 <body onload="runTest()"> 3 <body onload="runTest()">
4 <div id="console"></div> 4 <div id="console"></div>
5 <form id="form1" style="display:none" target="test" action="about:blank" ></form> 5 <form id="form1" style="display:none" target="test" action="about:blank" ></form>
6 <script> 6 <script>
7 if (window.testRunner) 7 if (window.testRunner)
8 { 8 {
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 testRunner.waitUntilDone(); 10 testRunner.waitUntilDone();
11 } 11 }
12 12
(...skipping 15 matching lines...) Expand all
28 document.body.removeChild(document.getElementById('test')); 28 document.body.removeChild(document.getElementById('test'));
29 gc(); 29 gc();
30 document.body.offsetTop; 30 document.body.offsetTop;
31 } 31 }
32 }, true); 32 }, true);
33 </script> 33 </script>
34 <iframe id="test" src="about:blank"></iframe> 34 <iframe id="test" src="about:blank"></iframe>
35 </body> 35 </body>
36 </html> 36 </html>
37 37
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/form-iframe-target-before-load-crash.html ('k') | LayoutTests/fast/events/form-onchange.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698