Index: LayoutTests/http/tests/htmlimports/resources/pointing-custom-element-def.html |
diff --git a/LayoutTests/http/tests/htmlimports/resources/pointing-custom-element-def.html b/LayoutTests/http/tests/htmlimports/resources/pointing-custom-element-def.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..20186a670425b120c5c0d435757b114e312e4446 |
--- /dev/null |
+++ b/LayoutTests/http/tests/htmlimports/resources/pointing-custom-element-def.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<head> |
+<my-custom id="pointing-before"></my-custom> |
+<link rel="import" href="custom-element-def.html"> |
+<my-custom id="pointing-after"></my-custom> |
+</head> |