haikuwebkit/LayoutTests/fast/forms/number/number-dark-appearance-expe...

18 lines
234 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: white;
}
input {
background-color: black;
}
</style>
</head>
<body>
<input type="number">
</body>
</html>