blob: f5304b49098050970479c3a214fae64b9209fb87 [file] [log] [blame]
<html>
<style>
:root {
-webkit-var-mycolor: red;
}
div {
color: -webkit-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>