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