blob: f8eb3e80d648162c8e1ae6c79e7295cff9050fb7 [file] [log] [blame]
<html>
<head>
<body style="--one:10px; --two:20px">
<script>
document.write(document.body.style.getPropertyValue("--one") + " " + document.body.style.getPropertyValue("--two"))
</script>
</body>
</html.