Mypal/dom/tests/mochitest/bugs/file_bug809290_b2.html
2019-03-11 13:26:37 +03:00

15 lines
281 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
function eventHandlerLoad() {
var win = document.getElementById('ifr').contentWindow;
win.location = "file_bug809290_c.html";
}
</script>
</head>
<body onload="eventHandlerLoad();">
<iframe id="ifr" src="file_empty.html">
</body>
</html>