Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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>