mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
199 B
HTML
15 lines
199 B
HTML
<html>
|
|
<body>
|
|
<p>file_MultipleFrames.html</p>
|
|
|
|
<script>
|
|
addEventListener('load', function() {
|
|
setTimeout(function() {
|
|
window.open('../file_empty.html');
|
|
}, 0);
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|