Chromium Code Reviews| Index: LayoutTests/imported/web-platform-tests/html-imports/html-link-element/resources/hello.css |
| diff --git a/LayoutTests/imported/web-platform-tests/html-imports/html-link-element/resources/hello.css b/LayoutTests/imported/web-platform-tests/html-imports/html-link-element/resources/hello.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9054080ffcc48ed90586e6411edb2a60964f8625 |
| --- /dev/null |
| +++ b/LayoutTests/imported/web-platform-tests/html-imports/html-link-element/resources/hello.css |
| @@ -0,0 +1,3 @@ |
| +h1 { |
| + color: red; |
| +} |