haikuwebkit/LayoutTests/fast/forms/option-strip-whitespace.html

11 lines
620 B
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>