зеркало из https://github.com/mozilla/pjs.git
a few fixes to my tests
This commit is contained in:
Родитель
7e13222da7
Коммит
66238d7d40
|
@ -358,7 +358,7 @@ Fish</option>
|
|||
<td>
|
||||
<pre>
|
||||
<select size=1 style="margin: 5px;
|
||||
padding 5px;
|
||||
padding: 5px;
|
||||
border: outset 5px rgb(192,192,192);">
|
||||
<option>One</option>
|
||||
<option>Two</option>
|
||||
|
@ -386,8 +386,8 @@ Fish</option>
|
|||
<td><center><b>Select with an a green option (Listbox)</b></center></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><center><select size=1><option>One</option><option>Two</option><option>Three</option></select></center></td>
|
||||
<td><center><select size=1><option style="background-color: green;color:yellow;">One</option><option>Two</option><option>Three</option></select></center></td>
|
||||
<td><center><select size=4 style="margin: 5px; padding: 5px; border: outset 5px rgb(192,192,192);"><option>One</option><option>Two</option><option>Three</option></select></center></td>
|
||||
<td><center><select size=4><option style="background-color: green;color:yellow;">One</option><option>Two</option><option>Three</option></select></center></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>You should see a listbox with large border and padding</td>
|
||||
|
@ -397,7 +397,7 @@ Fish</option>
|
|||
<td>
|
||||
<pre>
|
||||
<select size=1 style="margin: 5px;
|
||||
padding 5px;
|
||||
padding: 5px;
|
||||
border: outset 5px rgb(192,192,192);">
|
||||
<option>One</option>
|
||||
<option>Two</option>
|
||||
|
|
Загрузка…
Ссылка в новой задаче