blob: 649f71c1b9b34de6284cf298156063041a447c5a (
plain)
1
2
3
4
5
6
|
<!DOCTYPE html>
<p>Multicol should have no effect when specified on a SELECT element.</p>
<p>The word 'PASS' should be seen inside the box:</p>
<select size="2" style="-webkit-columns:7; width:6em;">
<option>PASS</option>
</select>
|