Sign in
webkit
/
WebKit
/
181639c090e6ee4514e2dbd903b6840f8f03c1de
/
.
/
LayoutTests
/
svg
/
custom
/
use-cycle-detection.html
blob: 58e755b897af605c43f0fce433e1ef91986b1376 [
file
] [
log
] [
blame
]
<!-- Doctype left off to force quirksmode -->
<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>