blob: da9688389a73e5467ac574cd0d8214bde137fed8 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<body>
This test passes if there are two green squares below:<br>
<svg width="300" height="300">
<svg id="svg" width="100" height="100">
<rect width="100%" height="100%" fill="green"/>
</svg>
<svg id="svg" x="100" y="100" width="100" height="100">
<rect width="100%" height="100%" fill="green"/>
</svg>
</svg>
</body>
</html>