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