| <html> | |
| <head> | |
| <style> | |
| .listBox { | |
| -webkit-appearance: listbox; | |
| border-radius: initial; | |
| border: 1px solid gray; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| This tests an HTMLSelectElement with a malformed size attribute<br> | |
| <select size="1" class="listbox"><option>test</select> | |
| </body> |