Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
svg
/
repaint
/
add-background-property-on-root-expected.html
blob: a13175d1227dc966253c7388c2c363c62145494b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
style
=
"
width
:
100px
;
height
:
100px
;
background
:
red
"
>
<svg
width
=
"100"
height
=
"100"
style
=
"
background
:
green
"
></svg>
</div>