| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| </head> | |
| <body onload="window.frames[0].document"> | |
| <p> | |
| Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=7293">https://bugs.webkit.org/show_bug.cgi?id=7293</a> | |
| REGRESSION: Using Javascript Bookmarklets that reference location.href on a blank tab crashes WebKit</i>. | |
| Tests that empty frames have a document. If the test passes it will not crash.</p> | |
| <iframe src="doesNotExist"></iframe> | |
| </body> | |
| </html> |