mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
281 B
HTML
15 lines
281 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
function eventHandlerLoad() {
|
|
var win = document.getElementById('ifr').contentWindow;
|
|
win.location = "file_bug809290_c.html";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="eventHandlerLoad();">
|
|
<iframe id="ifr" src="file_empty.html">
|
|
</body>
|
|
</html>
|