summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/corb/img-svg-doctype-html-mimetype-svg.sub.html
blob: efcfaa2737493f622567e015ac5c529595636dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<!-- Verifies CORB/ORB SVG image blocking.
  This image has an SVG MIME type and an html DOCTYPE declaration and is
  expected to load.

  This testcase is distilled from a bugreport and real web page. See:
  https://crbug.com/1359788
-->
<meta charset="utf-8">
<link rel="match" href="img-svg.sub-ref.html">
<img src="http://{{domains[www1]}}:{{ports[http][0]}}/fetch/corb/resources/svg-doctype-html-mimetype-svg.svg">