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

Side by Side Diff: LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype.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 <body> 1 <body>
2 <script src="../../js/resources/js-test-pre.js"></script> 2 <script src="../../../resources/js-test.js"></script>
3 <script> 3 <script>
4 window.jsTestIsAsync = true; 4 window.jsTestIsAsync = true;
5 5
6 // Reload multiple times, to make crashing more likely. 6 // Reload multiple times, to make crashing more likely.
7 var iterationsLeft = 50; 7 var iterationsLeft = 50;
8 function test() 8 function test()
9 { 9 {
10 if (--iterationsLeft) { 10 if (--iterationsLeft) {
11 frames[0].history.go(0); 11 frames[0].history.go(0);
12 } else { 12 } else {
13 gc(); 13 gc();
14 debug(frames[0].document.body.outerHTML); 14 debug(frames[0].document.body.outerHTML);
15 finishJSTest(); 15 finishJSTest();
16 } 16 }
17 } 17 }
18 </script> 18 </script>
19 <iframe src="resources/createDocument-with-used-doctype-frame.html" onload="test ()"></iframe> 19 <iframe src="resources/createDocument-with-used-doctype-frame.html" onload="test ()"></iframe>
20 </body> 20 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/DOMException/stack-trace.html ('k') | LayoutTests/fast/dom/DOMImplementation/createDocumentType-err.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698