summaryrefslogtreecommitdiffstats
path: root/dom/html/test/imports/file_cycle_2_D.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/test/imports/file_cycle_2_D.html')
-rw-r--r--dom/html/test/imports/file_cycle_2_D.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/html/test/imports/file_cycle_2_D.html b/dom/html/test/imports/file_cycle_2_D.html
new file mode 100644
index 000000000..eae5280e0
--- /dev/null
+++ b/dom/html/test/imports/file_cycle_2_D.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en-US">
+<head>
+</head>
+<body>
+ <script>
+ order.push("D");
+ </script>
+</body>
+</html>