mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Adding regression test.
This commit is contained in:
parent
5d46a66075
commit
c6ef45811a
15
layout/html/tests/formctls/bugs/bug297389.html
Normal file
15
layout/html/tests/formctls/bugs/bug297389.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!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>
|
@ -22,6 +22,7 @@ bug231574.html
|
||||
bug26644.html
|
||||
bug26650.html
|
||||
bug28598.html
|
||||
bug297389.html
|
||||
bug300474-1.html
|
||||
bug300474-2.html
|
||||
bug33327.html
|
||||
|
Loading…
Reference in New Issue
Block a user