Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-cycle-detection.html
blob58e755b897af605c43f0fce433e1ef91986b1376
1 <!-- Doctype left off to force quirksmode -->
2 <html>
3 <svg width="400" height="200">
4 <text x="10" y="150">Test for WK111822: This test passes if it does not timeout.</text>
5 <g id="R">
6 <use id="test" xlink:href="#R" />
7 </g>
8 </svg>
9 </html>