blob: 8183eebf071ef9d137f26e3ddecf59bc9777f4f5 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<body>
<p>This test passes if there are two 100x100px green squares in a diagonal line below:</p>
<svg width="300" height="300">
<svg width="100" height="100">
<rect width="100%" height="100%" fill="green"/>
</svg>
<svg x="100" y="100" width="100" height="100">
<rect width="100%" height="100%" fill="green"/>
</svg>
</svg>
</body>
</html>