1
0
Fork 0
firefox/layout/reftests/box-shadow/boxshadow-fileupload.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

22 lines
248 B
HTML

<!DOCTYPE HTML>
<html><head>
<style>
#s {
position: absolute;
top: 20px;
left: 20px;
display: block;
width: 400px;
height: 150px;
box-shadow: 0px 250px black;
}
</style>
</head>
<body>
<input type="file" id="s" />
</body>
</html>