<svg width="300" height="300" xmlns="http://www.w3.org/2000/svg" onload="done()">
<rect width="300" height="300" fill="green"/>
<script>
function done() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</svg>
<svg width="300" height="300" xmlns="http://www.w3.org/2000/svg" onload="done()">
<rect width="300" height="300" fill="green"/>
<script>
function done() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</svg>