blob: 6b1e437484fbd6a8bfda75bd9dd8d0018f540538 [file] [log] [blame]
<html>
<head>
<style>
:root { --one: 10px; --another: 20px; }
</style>
<body>
<script>
document.write(getComputedStyle(document.documentElement).getPropertyValue("--one") + " " + getComputedStyle(document.documentElement).getPropertyValue("--another"))
</script>
</body>
</html.