Sign in
webkit
/
WebKit
/
7da9358be6e516995933e60cccdc53109c6f35ed
/
.
/
LayoutTests
/
svg
/
dom
/
resources
/
stylesheet-candidate-node-crash.svg
blob: 5961cac5b3dc3aa2a88385a0ff05d8985cc7db46 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
>
<g
id
=
"test"
>
<text
id
=
"test1"
>
PASS
</text>
</g>
<use
id
=
"test2"
xlink:href
=
"#test"
/>
<use
xlink:href
=
"#test"
/>
<set
attributeName
=
"font-style"
to
=
"italic"
/>
</svg>