Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / listbox-as-multicol.html
blob649f71c1b9b34de6284cf298156063041a447c5a
1 <!DOCTYPE html>
2 <p>Multicol should have no effect when specified on a SELECT element.</p>
3 <p>The word 'PASS' should be seen inside the box:</p>
4 <select size="2" style="-webkit-columns:7; width:6em;">
5 <option>PASS</option>
6 </select>