tenfourfox/layout/reftests/bugs/363858-5a.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
255 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
option { padding-left: 100%; }
</style>
</head>
<body>
<select>
<option>This is option one</option>
</select>
</div>
<div>
<select size="3">
<option>This is option one</option>
</select>
<div>
</body>
</html>