Sign in
webkit
/
WebKit
/
5ee61c06e54d41c4ffb65d69f6b4605c35afb105
/
.
/
LayoutTests
/
fast
/
css
/
variables
/
avoid-matched-property-cache-expected.html
blob: 4a0652183b7e52396bf0ade7444cdb2d3dc0b72f [
file
] [
log
] [
blame
]
<html>
<style>
body
{
margin
:
0
;
}
</style>
<body>
<div
style
=
"
background-color
:
green
;
width
:
100px
;
height
:
100px
;
"
></div>
</body>
</html>