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