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