mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
267 B
HTML
17 lines
267 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<body>
|
||
|
<iframe id="iframe" src="historyframes.html"></iframe>
|
||
|
<script type="application/javascript">
|
||
|
|
||
|
var SimpleTest = window.opener.SimpleTest;
|
||
|
var is = window.opener.is;
|
||
|
|
||
|
function done() {
|
||
|
window.opener.done();
|
||
|
}
|
||
|
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|