1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/box-shadow/boxshadow-fileupload.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html><head> 1.6 + 1.7 +<style> 1.8 +#s { 1.9 + position: absolute; 1.10 + top: 20px; 1.11 + left: 20px; 1.12 + display: block; 1.13 + width: 400px; 1.14 + height: 150px; 1.15 + box-shadow: 0px 250px black; 1.16 +} 1.17 +</style> 1.18 + 1.19 +</head> 1.20 +<body> 1.21 + 1.22 +<input type="file" id="s" /> 1.23 + 1.24 +</body> 1.25 +</html>