servo/tests/wpt/web-platform-tests/css/css-variables/resources/variable-reference-refresh-iframe.css

5 lines
62 B
CSS

#testElement
{
--color: green;
color: var(--color);
}