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

Side by Side Diff: LayoutTests/fast/html/imports/sub-imports-onload.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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../../resources/js-test.js"></script>
5 <script> 5 <script>
6 window.jsTestIsAsync = true; 6 window.jsTestIsAsync = true;
7 window.scheduledImportCount = 0; 7 window.scheduledImportCount = 0;
8 8
9 description("This ensures that load and error events are fired on sub-imports.") ; 9 description("This ensures that load and error events are fired on sub-imports.") ;
10 10
11 function handleEvent(event) 11 function handleEvent(event)
12 { 12 {
13 theEvent = event; 13 theEvent = event;
14 switch (event.target.getAttribute("href")) { 14 switch (event.target.getAttribute("href")) {
(...skipping 11 matching lines...) Expand all
26 window.scheduledImportCount--; 26 window.scheduledImportCount--;
27 if (!window.scheduledImportCount) 27 if (!window.scheduledImportCount)
28 finishJSTest(); 28 finishJSTest();
29 } 29 }
30 </script> 30 </script>
31 <link id="root" rel="import" href="resources/onload-root.html"> 31 <link id="root" rel="import" href="resources/onload-root.html">
32 </head> 32 </head>
33 <body> 33 <body>
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/imports/sub-imports-loop.html ('k') | LayoutTests/fast/html/input-type-change-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698