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