tor-browser

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

img-html-correctly-labeled.sub.html (668B)


      1 <!DOCTYPE html>
      2 <!-- Test verifies that html fed to an <img> tag doesn't have any observable
      3  difference with and without CORB (in both cases the resource body cannot be
      4  rendered as an image - html cannot be rendered as an image and the empty body
      5  from a CORB-blocked response also cannot be rendered as an image).
      6 -->
      7 <meta charset="utf-8">
      8 <!-- Reference page uses same-origin resources, which are not CORB-eligible. -->
      9 <link rel="match" href="img-html-correctly-labeled.sub-ref.html">
     10 <!-- www1 is cross-origin, so the HTTP response is CORB-eligible -->
     11 <img src="http://{{domains[www1]}}:{{ports[http][0]}}/fetch/corb/resources/html-correctly-labeled.html">