diff options
Diffstat (limited to 'dom/html/test/imports/file_CSP_sandbox.html')
-rw-r--r-- | dom/html/test/imports/file_CSP_sandbox.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/html/test/imports/file_CSP_sandbox.html b/dom/html/test/imports/file_CSP_sandbox.html new file mode 100644 index 000000000..72d3bbeb3 --- /dev/null +++ b/dom/html/test/imports/file_CSP_sandbox.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<head> +</head> +<body> + <link rel="import" href="file_CSP_sandbox_import.html" id="import"></link> +</body> + |