<html> | |
<body> | |
<script> | |
if (window.testRunner) { | |
testRunner.waitUntilDone(); | |
testRunner.dumpAsText(); | |
testRunner.setCanOpenWindows(); | |
window.open("resources/blob-svg-image1.html"); | |
} | |
</script> | |
<button id="button" onclick='window.open("resources/blob-svg-image1.html", "childWindow");'>Click to start test in new window</button> | |
</body> | |
</html> |