mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-19 07:31:25 +00:00
12 lines
366 B
HTML
12 lines
366 B
HTML
<!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>
|