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_3246
- changeset 5
- 4ab42b5ab56c
equal
deleted
inserted
replaced
|
1 body { color: red; } |
|
2 @supports (color:var(--a)) { |
|
3 p { color: green; } |
|
4 } |