gecko-dev/layout/reftests/forms/select/1246836.html
2018-01-10 20:09:18 +01:00

28 lines
491 B
HTML

<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
<meta charset="utf-8">
<title>Testcase for bug 1246836</title>
<style type="text/css">
html,body {
color:black; background-color:white; font:16px/1 monospace; padding:0; margin:0;
}
select {
-moz-appearance: button;
border: 1px solid black;
padding: 0;
}
</style>
</head>
<body>
<select><option>ABC</select>
</body>
</html>