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