summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_script_module_element_and_dynamic.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/file_script_module_element_and_dynamic.html')
-rw-r--r--dom/base/test/file_script_module_element_and_dynamic.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/base/test/file_script_module_element_and_dynamic.html b/dom/base/test/file_script_module_element_and_dynamic.html
new file mode 100644
index 0000000000..ceec5c2c64
--- /dev/null
+++ b/dom/base/test/file_script_module_element_and_dynamic.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Test module script bytecode</title>
+</head>
+<body>
+ <script id="watchme1" type="module" src="file_script_module_element_and_dynamic_imported_1.mjs"></script>
+</body>
+</html>