Index: LayoutTests/fast/html/imports/resources/custom-element-hello-cycle-parent.html |
diff --git a/LayoutTests/fast/html/imports/resources/custom-element-hello-cycle-parent.html b/LayoutTests/fast/html/imports/resources/custom-element-hello-cycle-parent.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ce7e24abd33078d7159bfcac3338ba5e592601e3 |
--- /dev/null |
+++ b/LayoutTests/fast/html/imports/resources/custom-element-hello-cycle-parent.html |
@@ -0,0 +1,5 @@ |
+<x-hello id="hello-cycle-p1"></x-hello> |
+<x-bye id="bye-cycle-p1"></x-hello> |
+<link rel="import" href="custom-element-hello-cycle-child.html"> |
+<x-hello id="hello-cycle-p2"></x-hello> |
+<x-bye id="bye-cycle-p2"></x-hello> |