blob: a4e312d7aab1ec70ffb0ad9e7ea78c1cf3bd8a0b (
plain)
1
2
3
4
5
6
7
8
|
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<div style="width: 10em; display: -moz-grid;">
<select><option>A</option></select>
<select><option>B</option></select>
</div>
</body>
</html>
|