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