blob: 53482dff1e1e84cc0bdb16960d6533c50f6c0ab7 [file] [log] [blame]
<script>
function shouldNotBeExecuted()
{
var divElement = document.createElement("div");
document.body.appendChild(divElement);
}
</script>
<body onLoad="shouldNotBeExecuted();">
<iframe src="foo.xml"/>