summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_script_module_sri_fallback.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/file_script_module_sri_fallback.html')
-rw-r--r--dom/base/test/file_script_module_sri_fallback.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/base/test/file_script_module_sri_fallback.html b/dom/base/test/file_script_module_sri_fallback.html
new file mode 100644
index 0000000000..19a9c5e70a
--- /dev/null
+++ b/dom/base/test/file_script_module_sri_fallback.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Test module script bytecode fallback</title>
+</head>
+<body>
+ <script id="watchme" type="module" src="file_script_module_sri_fallback.mjs"
+ integrity="sha384-pZxhwO9umoHSuKzSRL6hi9YhRb70RfGdRnchu/zp5gbUCOC/x7NAWUPxxuv0DJoZ"></script>
+</body>
+</html>