blob: 8a93ef2b73521b3f3f3d8b9d562773c322069b22 (
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="http://test1.example.org/tests/dom/html/test/bug445004-inner.html"
onload="window.frames[0].doIt()"></iframe>
</body>
</html>
|