Sign in
webkit
/
WebKit
/
5ee61c06e54d41c4ffb65d69f6b4605c35afb105
/
.
/
LayoutTests
/
fast
/
css
/
custom-properties
/
rule-serialization.html
blob: a3a3e1c09d61f9eb6925a20e5c08d6d34932e4dd [
file
] [
log
] [
blame
]
<html>
<head>
<style>
:
root
{
--
one
:
10px
;
--
two
:
20px
;
}
</style>
<body>
<script>
document
.
write
(
document
.
styleSheets
[
0
].
cssRules
[
0
].
cssText
)
</script>
</body>
</html.