blob: 78a52f7a3346f1dfa521e05efc5643a118b47f67 [file] [log] [blame]
<html>
<head>
<style>
:root { --one: 10px; --two: 20px; }
</style>
<body>
<script>
document.write(document.styleSheets[0].cssRules[0].style.getPropertyCSSValue("--one").cssText + " " + document.styleSheets[0].cssRules[0].style.getPropertyCSSValue("--two").cssText)
</script>
</body>
</html.