1 <svg xmlns="http://www.w3.org/2000/svg" height="200" width="400" onload="test()">
2 <script type="text/javascript">
4 testRunner.dumpAsText();
6 alert('The test has passed.')
9 <text x="20" y="20" font-size="20">A dialog should appear and say the test has passed.</text>