Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
css3
/
masking
/
shared-clip-path-reference-crash.html
blob: 1d10f2e56240dc3c9aee9f6e93e4aa0838da86e4 [
file
] [
log
] [
blame
] [
edit
]
<style>
div
,
svg
,
clipPath
{
clip-path
:
url
(
#clipPath
);
}
</style>
<div></div>
<svg>
<clipPath
id
=
"clipPath"
>
</svg>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
write
(
"Test passes if it does not crash."
);
</script>