gecko/layout/reftests/box-shadow/boxshadow-fileupload.html
Michael Ventnor 5b79611010 Bug 475197. box-shadow should work on file input controls. r+sr=roc
--HG--
extra : rebase_source : ca08ac21ddb8c27c7348f87f6963a03cf6fcfa46
2009-01-30 20:10:25 +13:00

23 lines
253 B
HTML

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