tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

img-data-src.tentative.html (806B)


      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: img-data-src</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/img-data-src-framed.sub.html?uuid=${uuid}`;
     17  document.body.appendChild(iframe);
     18  expect_fetched_onload(uuid, false)
     19    .then(compare_with_nonspeculative(uuid, 'img-data-src', true))
     20    .then(done);
     21 </script>