Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/gecko/variables/support/external-variable-declaration.css |
| diff --git a/third_party/WebKit/LayoutTests/imported/gecko/variables/support/external-variable-declaration.css b/third_party/WebKit/LayoutTests/imported/gecko/variables/support/external-variable-declaration.css |
| deleted file mode 100644 |
| index 9ba1b9d3288f6627141b2c1eb5aaacd248916059..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/imported/gecko/variables/support/external-variable-declaration.css |
| +++ /dev/null |
| @@ -1,5 +0,0 @@ |
| -p { |
| - color: red; |
| - --a: green; |
| - color: var(--a); |
| -} |