| var win = window.open(""); |
| var text = "<html><body><sc" + "ript src='data:text/javascript,'></scr" + "ipt></body></html>"; |
| <p>This test verifies that document.writing into a newly-opened empty |
| window does not cause crashes or assertion failures, even if it |
| triggers subresource loads. If you have popup blocking enabled you can |
| click the button below to test. The test only works in Safari, because |
| it depends on behavior with resource identifiers, which are provided |
| <button onclick="test()">Crash</button> |