blob: 05a93e87bf42adac09c12b8e032d44a55970f957 [file] [log] [blame]
<html>
<body>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
window.event = new Object;
var iframe = document.createElement("iframe");
document.body.appendChild(iframe);
iframe.src = "resources/blank.html";
</script>
This test ensures that window.event can be set to a meaningless object (and immediately be used internally) without causing a crash.
</body>
</html>