summaryrefslogtreecommitdiffstats
path: root/dom/html/test/imports/file_cycle_3_B.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/test/imports/file_cycle_3_B.html')
-rw-r--r--dom/html/test/imports/file_cycle_3_B.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/html/test/imports/file_cycle_3_B.html b/dom/html/test/imports/file_cycle_3_B.html
new file mode 100644
index 000000000..19d51a6ed
--- /dev/null
+++ b/dom/html/test/imports/file_cycle_3_B.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en-US">
+<head>
+ <link rel="import" href="file_cycle_3_C.html" onload="loaded()" onerror="failed()"></link>
+</head>
+<body>
+ <script>
+ order.push("B");
+ </script>
+</body>
+</html>