Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / option-strip-whitespace.html
blob9b623a2fa72942f4fbc893fa6eb45e3f4213de47
1 <body>
2 <p>All of these selects should have the same amount of whitespace.</p>
3 Five Tabs: <select multiple><option>Five Tabs</option></select><br/><br/>
4 Five Spaces: <select multiple><option>Five Tabs</option></select><br/><br/>
6 Five Spaces (with leading/trailing whitespace): <select><option> Five Spaces </option></select><br/><br/>
7 Five Tabs (with leading/trailing whitespace): <select><option> Five Tabs </option></select><br/><br/>
8 Mixed Whitespace: <select><option> Five Tabs </option></select>
9 </body>
10 </html>