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