зеркало из https://github.com/mozilla/gecko-dev.git
Add testcase for bug 48237.
This commit is contained in:
Родитель
7d20b41954
Коммит
5330ca70f2
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче