Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
svg
/
custom
/
use-cycle-detection-expected.html
blob: 0a8d721e32ec1cb8a17260becdba1fc4b72449e9 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<svg
width
=
"400"
height
=
"200"
>
<text
x
=
"10"
y
=
"150"
>
Test for WK111822: This test passes if it does not timeout.
</text>
<g
id
=
"R"
>
<use
id
=
"test"
xlink:href
=
"#R"
/>
</g>
</svg>
</html>