template-link-stylesheet.tentative.html (842B)
1 <!DOCTYPE html> 2 <!-- DO NOT EDIT. This file has been generated. Source: 3 /html/syntax/speculative-parsing/tools/generate.py 4 --> 5 <meta charset=utf-8> 6 <title>Speculative parsing, page load: template-link-stylesheet</title> 7 <script src=/resources/testharness.js></script> 8 <script src=/resources/testharnessreport.js></script> 9 <script src=/common/utils.js></script> 10 <script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script> 11 <body> 12 <script> 13 setup({single_test: true}); 14 const uuid = token(); 15 const iframe = document.createElement('iframe'); 16 iframe.src = `resources/template-link-stylesheet-framed.sub.html?uuid=${uuid}`; 17 document.body.appendChild(iframe); 18 expect_fetched_onload(uuid, false) 19 .then(compare_with_nonspeculative(uuid, 'template-link-stylesheet', true)) 20 .then(done); 21 </script>