1 2 3 4 5 6 7 8 9 10
<iframe srcdoc=">"></iframe> <script> if (window.testRunner) testRunner.dumpAsText(); frames[0].onunload = function () { document.open(); document.close(); }; </script>