Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
LayoutTests
/
svg
/
custom
/
display-none.svg
blob: ba5023176bb9e7c7bb6a0e7cf0fa2c8e9abcc670 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"0"
y
=
"0"
width
=
"100"
height
=
"100"
fill
=
"green"
/>
<rect
x
=
"0"
y
=
"0"
width
=
"100"
height
=
"100"
fill
=
"red"
style
=
"
display
:
none
"
/>
</svg>