Sign in
webkit
/
WebKit
/
c70b37a6ab650230cb78b0a9021c262059cf20b2
/
.
/
LayoutTests
/
fast
/
forms
/
number
/
number-dark-appearance-expected-mismatch.html
blob: 6d82d5778e292893b45db299a690e4e9d3c47deb [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
background-color
:
white
;
}
input
{
background-color
:
black
;
}
</style>
</head>
<body>
<input
type
=
"number"
>
</body>
</html>