blob: cff245e1fa6d8e237a4a8cdb2bfc052481866d3b [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<!-- Test for WK87504 that <use/> and <use></use> are equivalent -->
<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>
</body>