blob: 18fbf334e61fb3f828a7b06a985ae89efacc750c [file] [log] [blame]
<html>
<style>
:root {
var-mycolor: red;
}
div {
color: var(mycolor);
}
</style>
<body>
<p>Check that a CSS variable definition accepts spaces before the ':'</p>
<div>This text should be red</div>
</body>
</html>