blob: fcd080e892b3708bc8fc2d58f3f6161447028d96 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
select {
text-indent: -9999px;
overflow: hidden;
-webkit-appearance: none;
border-width: 5px;
}
span {
background-color: red;
width: 10px;
height: 10px;
display: inline-block;
}
body {
display: -webkit-box;
}
</style>
</head>
<body>
<select>
</select>
<span>
</span>
</body>
</html>