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