Sign in
webkit
/
WebKit
/
63c63479e42d5d7cd9e5c20fa3c0adb62aed122e
/
.
/
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>