Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-cycle-detection-expected.html
blob0a8d721e32ec1cb8a17260becdba1fc4b72449e9
1 <!DOCTYPE html>
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>