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

15 lines
245 B
HTML

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