comparison: layout/reftests/w3c-css/submitted/variables/support/external-variable-supports.css
layout/reftests/w3c-css/submitted/variables/support/external-variable-supports.css
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 body { color: red; } |
|
2 @supports (color:var(--a)) { |
|
3 p { color: green; } |
|
4 } |