chromium/third_party/blink/web_tests/external/wpt/css/css-variables/resources/variable-reference-refresh-iframe.css

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