haikuwebkit/LayoutTests/fast/css/custom-properties/rule-serialization.html

12 lines
169 B
HTML

<html>
<head>
<style>
:root { --one: 10px; --two: 20px; }
</style>
<body>
<script>
document.write(document.styleSheets[0].cssRules[0].cssText)
</script>
</body>
</html.