blob: 6e7513c9aba2c160d2c90cd4f7de3f8572dac69a [file] [log] [blame]
<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>