mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|