gecko-dev/layout/reftests/forms/input/file/background.html

12 строки
142 B
HTML

<!DOCTYPE html>
<html>
<style>
body {
background-color: blue;
}
</style>
<body>
<input type='file'>
</body>
</html>