Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ui/appearance-invalidate-author-styling-001-ref.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Basic User Interface Test: appearance: menulist</title>
<link rel="mismatch" href="appearance-invalidate-author-styling-001-notref.html">
<style>
input {
appearance: none;
background-image: none;
}
</style>
<input type="text">