mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
377 B
HTML
16 lines
377 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Bug foobar</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form>
|
||
|
<select>
|
||
|
<script>document.body.offsetHeight;</script>
|
||
|
<option value="XP Apps: GUI Features" selected>XP Apps: GUI Features
|
||
|
</option>
|
||
|
</select>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|