| <html> | |
| <script> | |
| function test() { | |
| if (window.testRunner) { | |
| testRunner.waitUntilDone(); | |
| testRunner.dumpAsText(); | |
| } | |
| document.open(); | |
| var newDoc = "SUCCESS<script>if (window.testRunner) testRunner.notifyDone();</scr" + "ipt>"; | |
| setTimeout("window.location='data:text/html," + newDoc + "'", 500); | |
| } | |
| </script> | |
| <body onload="test()"> | |
| </body> | |
| </html> |