blob: 47710bb3bbb3f8c305280ddf24c1e970f16be331 [file] [log] [blame]
<html>
<head>
<style>
:root { --one: 10px !important; --one:50px; }
</style>
<body>
<script>
document.write(document.styleSheets[0].cssRules[0].style.getPropertyValue("--one") + " " + document.styleSheets[0].cssRules[0].style.getPropertyPriority("--one"))
</script>
</body>
</html.