tenfourfox/layout/reftests/box-shadow/boxshadow-fileupload-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

32 lines
360 B
HTML

<!DOCTYPE HTML>
<html><head>
<style>
#s {
position: absolute;
top: 20px;
left: 20px;
display: block;
width: 400px;
height: 150px;
}
#p {
background-color: black;
width: 400px;
height: 150px;
position: absolute;
top: 270px;
left: 20px;
}
</style>
</head>
<body>
<input type="file" id="s" />
<div id="p">&nbsp;</div>
</body>
</html>