Index: LayoutTests/fast/html/imports/resources/custom-element-hello-parent-34.html |
diff --git a/LayoutTests/fast/html/imports/resources/custom-element-hello-parent-34.html b/LayoutTests/fast/html/imports/resources/custom-element-hello-parent-34.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0bbae584824a7401cf4f16b722649b7dafdfc602 |
--- /dev/null |
+++ b/LayoutTests/fast/html/imports/resources/custom-element-hello-parent-34.html |
@@ -0,0 +1,6 @@ |
+<x-hello id="hello-p34-1"></x-hello> |
+<x-bye id="bye-p34-1"></x-bye> |
+<link rel="import" href="custom-element-hello-3.html" onload="latch.loaded()"> |
+<link rel="import" href="custom-element-hello-4.html" async onload="latch.loaded()"> |
+<x-hello id="hello-p34-2"></x-hello> |
+<x-bye id="bye-p34-2"></x-bye> |