| <p>This page tests for a crash when assigning to the location property of a window | |
| whose frame has been removed from the document. See <a href="http://bugs.webkit.org/show_bug.cgi?id=16328"> | |
| http://bugs.webkit.org/show_bug.cgi?id=16328</a>.</p> | |
| <p>If the test passes, you'll see a PASS message below.</p> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <iframe src="resources/location-put-after-removal-frame.html"></iframe> | |
| <div>PASS: You didn't crash.</div> |