haikuwebkit/LayoutTests/fast/forms/select-size-expected.html

15 lines
279 B
HTML

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