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

Side by Side Diff: LayoutTests/fast/html/imports/import-element-removed-flag.html

Issue 48903019: Delete js-test-post.js. (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 <script src="../../js/resources/js-test-pre.js"></script> 3 <script src="../../js/resources/js-test-pre.js"></script>
4 <head> 4 <head>
5 <link id="staticImportLink" rel="import" href="resources/hello.html"> 5 <link id="staticImportLink" rel="import" href="resources/hello.html">
6 </head> 6 </head>
7 <body> 7 <body>
8 <script> 8 <script>
9 description("This tests 'element removed flag' behavior defined in https://dvcs. w3.org/hg/webcomponents/raw-file/tip/spec/imports/index.html#dfn-element-removed -flag."); 9 description("This tests 'element removed flag' behavior defined in https://dvcs. w3.org/hg/webcomponents/raw-file/tip/spec/imports/index.html#dfn-element-removed -flag.");
10 window.jsTestIsAsync = true; 10 window.jsTestIsAsync = true;
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 finishJSTest(); 70 finishJSTest();
71 } 71 }
72 72
73 window.setTimeout(check, 0); 73 window.setTimeout(check, 0);
74 } 74 }
75 75
76 testStaticImport(); 76 testStaticImport();
77 testDynamicImport(); 77 testDynamicImport();
78 78
79 </script> 79 </script>
80 <script src="../../js/resources/js-test-post.js"></script>
81 </body> 80 </body>
82 </html> 81 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/import-node-into-quirks-document.html ('k') | LayoutTests/fast/html/imports/import-events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698