| <html> | |
| <head> | |
| <style> | |
| .small { | |
| height: 6px; | |
| font-size: 6px; | |
| } | |
| .med { | |
| height: 40px; | |
| font-size: 15px; | |
| } | |
| .large { | |
| height: 200px; | |
| font-size: 27px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| This tests that aqua-style search fields do not honor height.<br> | |
| <input type="search" class="small" value="mini"></input> | |
| <input type="search" class="med" value="small"></input> | |
| <input type="search" class="large" value="regular"></input> | |
| </body> | |
| </html> |