Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-forms/input-text-base-appearance-rendering.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="input-text-base-appearance-rendering-ref.html">
<input 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>