blob: 779dadc77bf8414e6910029be081d8301bf2bc23 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body style="margin: 0px; padding: 0px;">
<!-- Test for https://bugs.webkit.org/show_bug.cgi?id=96816 -->
<object data="data:image/svg+xml,
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
<defs>
<rect id='rect' width='100' height='100' fill='green'/>
</defs>
<use xlink:href='#rect'/>
</svg>
"></object>
</body>
</html>