Sign in
webkit
/
WebKit
/
bc3bd7331f8afd107c43880ce2c020876d9bce51
/
.
/
LayoutTests
/
fast
/
css
/
variables
/
rule-serialization-expected.html
blob: 28bea2fb606823b30a8271989c0c8cea515dd9bf [
file
] [
log
] [
blame
]
<html>
<body
style
=
"
background-color
:
green
"
>
:root { --bgcolor: green; background: var(--bgcolor); }
</body>
</html.