Chromium Code Reviews| Index: LayoutTests/fast/html/imports/resources/import-custom-element-onload-child.html |
| diff --git a/LayoutTests/fast/html/imports/resources/import-custom-element-onload-child.html b/LayoutTests/fast/html/imports/resources/import-custom-element-onload-child.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..792182fefd12a4333ca56a2d548165aee5e5b942 |
| --- /dev/null |
| +++ b/LayoutTests/fast/html/imports/resources/import-custom-element-onload-child.html |
| @@ -0,0 +1,3 @@ |
| +<x-hello id="1"></x-hello> |
| +<link rel="import" href="import-custom-element-onload-grandchild.html"> |
| +<x-hello id="3"></x-hello> |