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

Side by Side Diff: LayoutTests/fast/frames/iframe-no-src-set-location.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 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <script> 4 <script>
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
8 } 8 }
9 9
10 var iframeHasLoadedFirstPage = false; 10 var iframeHasLoadedFirstPage = false;
11 11
12 function runTest() 12 function runTest()
13 { 13 {
(...skipping 16 matching lines...) Expand all
30 30
31 </script> 31 </script>
32 </head> 32 </head>
33 <body> 33 <body>
34 <script> 34 <script>
35 description("This tests that an iframe with no src attribute uses the parent doc ument's URL as a base when resolving non-fully-qualified URLs set by JavaScript. "); 35 description("This tests that an iframe with no src attribute uses the parent doc ument's URL as a base when resolving non-fully-qualified URLs set by JavaScript. ");
36 </script> 36 </script>
37 <iframe id="theFrame" onload="runTest()"></iframe> 37 <iframe id="theFrame" onload="runTest()"></iframe>
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/frames/iframe-no-src-local-origin-allow.html ('k') | LayoutTests/fast/frames/reattach-in-unload.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698