<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"> | |
<!-- After webkit.org/b/107394 lands, this expected result will need to be updated to: --> | |
<!-- <rect width="100" height="100" fill="green"/> --> | |
<rect width="100" height="100" fill="red"/> | |
<rect width="50" height="50" fill="green"/> | |
<text x="0" y="120">This test passes if a green square is visible, and no red.</text> | |
</svg> |