tenfourfox/layout/reftests/native-theme/427122-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
165 B
HTML

<!DOCTYPE HTML>
<html>
<style>
div {
border: 1px solid black;
}
select {
}
</style>
<body>
<div><select><option>Hello</option></select></div>
</body>
</html>