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-button-base-appearance-rendering.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:lwarlow@igalia.com">
<link rel=match href="button-base-appearance-rendering-ref.html">
<input type="button" value=value style="appearance:base">
<style>
body {
font-family: monospace;
font-size: 16px;
background-color: black;
color: green;
}
</style>