dbates@webkit.org | 16372c7 | 2011-04-25 22:56:14 +0000 | [diff] [blame] | 1 | <script> |
rniwa@webkit.org | ada3c20 | 2012-06-20 03:28:42 +0000 | [diff] [blame] | 2 | if (window.testRunner) { |
3 | testRunner.dumpAsText(); | ||||
4 | testRunner.dumpChildFramesAsText(); | ||||
dbates@webkit.org | 16372c7 | 2011-04-25 22:56:14 +0000 | [diff] [blame] | 5 | } |
6 | </script> | ||||
7 | <!-- This test PASSED if we don't crash. --> | ||||
8 | <body onload="document.body.style.display = 'none'"><iframe src="_self"></iframe>This is the text</body> |