chromium/third_party/blink/web_tests/fast/forms/select/option-strip-whitespace.html

<body>
<p>All of these selects should have the same amount of whitespace.</p>
Five Tabs: <select multiple><option>Five						Tabs</option></select><br/><br/>
Five Spaces: <select multiple><option>Five     Tabs</option></select><br/><br/>

Five Spaces (with leading/trailing whitespace): <select><option>       Five     Spaces                 </option></select><br/><br/>
Five Tabs (with leading/trailing whitespace): <select><option>       Five                   Tabs        </option></select><br/><br/>
Mixed Whitespace: <select><option>       Five                         Tabs        </option></select>
</body>
</html>