Sign in
webkit
/
WebKit
/
e77cf655aa99024abb12bad4d3b2831532a4b908
/
.
/
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.