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