blob: 1025a23a1fdba85a9f653e9573030b50e123409c [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='%23rect'/>
</svg>
"></object>
</body>
</html>