summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/file_bug809290_b1.html
blob: 3a3863a61c70df8475318baabc9c55aa71dd0235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>