mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
18 lines
251 B
HTML
18 lines
251 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Window for Bug 564115</title>
|
|
</head>
|
|
<body>
|
|
<input type="text">
|
|
<div style="height: 10000px;"></div>
|
|
<script>
|
|
|
|
addEventListener("load", function() {
|
|
opener.childLoaded();
|
|
}, false);
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|