mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
392 B
HTML
12 lines
392 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<base href="http://example.org/tests/content/html/document/test/bug445004-outer.html">
|
|
<script>document.domain = "example.org"</script>
|
|
</head>
|
|
<body>
|
|
<iframe width="500" height="200" src="http://test1.example.org/tests/content/html/document/test/bug445004-inner.html"
|
|
onload="window.frames[0].doIt()"></iframe>
|
|
</body>
|
|
</html>
|