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