Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
LayoutTests
/
fast
/
forms
/
number
/
number-dark-appearance.html
blob: a1532a8d1b24081497edf84b3965a1aaac980bea [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
name
=
"color-scheme"
content
=
"dark"
/>
<style>
body
{
background-color
:
white
;
}
input
{
background-color
:
black
;
}
</style>
</head>
<body>
<input
type
=
"number"
>
</body>
</html>