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