| <!DOCTYPE html> | |
| <link rel=author href="mailto:lwarlow@igalia.com"> | |
| <link rel=help href="https://drafts.csswg.org/css-forms-1"> | |
| <link rel=match href="input-search-base-appearance-rendering-ref.tentative.html"> | |
| <input type="search" value=value style="appearance:base"> | |
| <style> | |
| body { | |
| font-family: monospace; | |
| background-color: black; | |
| color: green; | |
| } | |
| input { | |
| /* Without setting the width, we would be relying on intrinsic sizing which | |
| * is not specified or interoperable. */ | |
| width: 150px; | |
| } | |
| </style> |