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_3246
- changeset 4
- fc2d59ddac77
equal
deleted
inserted
replaced
|
1 :root { |
|
2 --a: green; |
|
3 } |
|
4 p { |
|
5 color: var(--a); |
|
6 } |