mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8 lines
271 B
HTML
8 lines
271 B
HTML
<html>
|
|
<head><title>Click the <select> to crash.</title></head>
|
|
<body onfocus="document.documentElement.focus(); document.body.style.display = 'none';">
|
|
<iframe style="position: fixed;"></iframe>
|
|
<select style="position: absolute;"></select>
|
|
</body>
|
|
</html>
|