Add testcase for bug 48237.

git-svn-id: svn://10.0.0.236/trunk@136627 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-01-19 16:32:57 +00:00
parent 34d7f03d82
commit 6f8b60dd7f
2 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,36 @@
<html>
<head>
<title>Testcase, bug 48237</title>
<style type="text/css">
div {
float: right;
border: 1px solid red;
width: 40%;
}
</style>
</head>
<body>
<div>This is a float:right div.</div>
<select>
<option>one</option>
<option>two</option>
<option>three</option>
</select>
<hr clear="all">
<div>This is a float:right div.</div>
<select size=3>
<option>one</option>
<option>two</option>
<option>three</option>
</select>
</body>
</html>

View File

@@ -28,6 +28,7 @@ file:///s|/mozilla/layout/html/tests/formctls/bugs/bug45562.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug45625.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug46099.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug46224.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug48237.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug50419.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug55063.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug58190.html
@@ -55,4 +56,4 @@ file:///s|/mozilla/layout/html/tests/formctls/bugs/bug94268.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug95703.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug95937.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug96604.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug98918.html
file:///s|/mozilla/layout/html/tests/formctls/bugs/bug98918.html