diff options
Diffstat (limited to 'testing/web-platform/tests/preload/preload-in-data-doc-ref.html')
-rw-r--r-- | testing/web-platform/tests/preload/preload-in-data-doc-ref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/preload/preload-in-data-doc-ref.html b/testing/web-platform/tests/preload/preload-in-data-doc-ref.html new file mode 100644 index 0000000000..f6bf517e0b --- /dev/null +++ b/testing/web-platform/tests/preload/preload-in-data-doc-ref.html @@ -0,0 +1,3 @@ +<!doctype html> +<title>Test reference</title> +<iframe src="data:text/html,<style>:root{background:green}</style>"></iframe> |