OLD | NEW |
1 <body> | 1 <body> |
2 <p>All of these selects should have the same amount of whitespace.</p> | 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/> | 3 Five Tabs: <select multiple><option>Five
Tabs</option></select><br/><br/> |
4 Five Spaces: <select multiple><option>Five Tabs</option></select><br/><br/> | 4 Five Spaces: <select multiple><option>Five Tabs</option></select><br/><br/> |
5 | 5 |
6 Five Spaces (with leading/trailing whitespace): <select><option> Five
Spaces </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/> | 7 Five Tabs (with leading/trailing whitespace): <select><option> Five
Tabs </option></select><br/><br/> |
8 Mixed Whitespace: <select><option> Five Tabs
</option></select> | 8 Mixed Whitespace: <select><option> Five Tabs
</option></select> |
9 </body> | 9 </body> |
10 </html> | 10 </html> |
OLD | NEW |