blob: 22819f1763f3354fb09310aa7eb711d2eeca943b [file] [log] [blame]
<html>
<head>
<style>
:root { --bgcolor: green; background: var(--bgcolor); }
</style>
<body>
<script>
document.write(document.styleSheets[0].cssRules[0].cssText)
</script>
</body>
</html.