after-prepare-iframe-parse-error-inline-classic.html (567B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <meta name="timeout" content="long"> 4 <title>Moving script elements between documents</title> 5 <!-- This is generated by tools/generate.py. Do not manually edit. --> 6 <link rel="help" href="https://html.spec.whatwg.org/multipage/#execute-the-script-block"> 7 <script src="/resources/testharness.js"></script> 8 <script src="/resources/testharnessreport.js"></script> 9 <script src="resources/moving-between-documents-helper.js"></script> 10 11 <body> 12 <script> 13 runTest("after-prepare", "iframe", "parse-error", "inline", "classic"); 14 </script>