meta-charset-script-src.tentative.html (1852B)
1 <!DOCTYPE html> 2 <!-- DO NOT EDIT. This file has been generated. Source: 3 /html/syntax/speculative-parsing/tools/generate.py 4 --> 5 <!-- no meta charset --> 6 <!-- (padding to exceed 1024 bytes processed by the character encoding scanner) --> 7 <!-- --> 8 <!-- --> 9 <!-- --> 10 <!-- --> 11 <!-- --> 12 <!-- --> 13 <!-- --> 14 <!-- --> 15 <!-- --> 16 <title>Speculative parsing, page load: meta-charset-script-src</title> 17 <script src=/resources/testharness.js></script> 18 <script src=/resources/testharnessreport.js></script> 19 <script src=/common/utils.js></script> 20 <script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script> 21 <body> 22 <script> 23 setup({single_test: true}); 24 const uuid = token(); 25 const iframe = document.createElement('iframe'); 26 iframe.src = `resources/meta-charset-script-src-framed.sub.html?uuid=${uuid}`; 27 document.body.appendChild(iframe); 28 expect_fetched_onload(uuid, true) 29 .then(compare_with_nonspeculative(uuid, 'meta-charset-script-src', true)) 30 .then(done); 31 </script>