Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
svg-use-crash-expected.html
blob: 88197ba0d312ca15c6917dc3f0a950033ec9aac1 [
file
] [
log
] [
blame
]
This test passes if it doesn't crash.
<svg
width
=
"100"
height
=
"100"
>
<style>
circle
::
before
{
content
:
"foo"
}
circle
::
after
{
content
:
"bar"
}
</style>
<circle
cx
=
"50"
cy
=
"50"
r
=
"40"
stroke
=
"green"
stroke-width
=
"4"
fill
=
"yellow"
/>
</svg>