Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-invalid-reference-001.svg
blob: a4ea5cf1874d9196ea929898f115fa653532886f [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip1"
>
<rect
width
=
"100"
height
=
"100"
/>
</clipPath>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
clip-path
=
"url(#not-found)"
/>
</svg>