Sign in
webkit
/
WebKit
/
bc3bd7331f8afd107c43880ce2c020876d9bce51
/
.
/
LayoutTests
/
fast
/
css
/
variables
/
rule-serialization.html
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.