tenfourfox/dom/html/test/bug445004-outer-rel.html

12 lines
321 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>