This commit is contained in:
dbaron%dbaron.org 2003-01-19 16:32:57 +00:00
Родитель 7d20b41954
Коммит 5330ca70f2
2 изменённых файлов: 38 добавлений и 1 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -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