summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-variables/resources/variable-reference-refresh-iframe.css
blob: 7a10918d0014be9b941908fc434a91f694a537c0 (plain)
1
2
3
4
5
#testElement
{
    --color: green;
    color: var(--color);
}