comparison: layout/reftests/w3c-css/submitted/variables/support/external-variable-reference.css
layout/reftests/w3c-css/submitted/variables/support/external-variable-reference.css
- branch
- TOR_BUG_9701
- changeset 12
- 7540298fafa1
equal
deleted
inserted
replaced
|
1 :root { |
|
2 --a: green; |
|
3 } |
|
4 p { |
|
5 color: var(--a); |
|
6 } |