gecko/layout/html/tests/formctls/bugs/bug297389.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>