summaryrefslogtreecommitdiffstats
path: root/dom/html/test/bug445004-outer-rel.html
blob: 096733889930ab667909063f55350392bebd4898 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <base href="http://example.org/tests/dom/html/test/bug445004-outer.html">
    <script>document.domain = "example.org"</script>
  </head>  
  <body>
    <iframe width="500" height="200" src="bug445004-inner.html"
            onload="window.frames[0].doIt()"></iframe>
  </body>
</html>