summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/corb/img-svg-doctype-html-mimetype-svg.sub.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fetch/corb/img-svg-doctype-html-mimetype-svg.sub.html')
-rw-r--r--testing/web-platform/tests/fetch/corb/img-svg-doctype-html-mimetype-svg.sub.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/fetch/corb/img-svg-doctype-html-mimetype-svg.sub.html b/testing/web-platform/tests/fetch/corb/img-svg-doctype-html-mimetype-svg.sub.html
new file mode 100644
index 0000000000..efcfaa2737
--- /dev/null
+++ b/testing/web-platform/tests/fetch/corb/img-svg-doctype-html-mimetype-svg.sub.html
@@ -0,0 +1,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">