1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/invalidation/box-shadow-border-radius-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<html> 1.5 +<head> 1.6 +<style> 1.7 +div#blurred { 1.8 + box-shadow: 0 0 50px 0 #000; 1.9 + position: absolute; 1.10 + width: 100px; 1.11 + height: 100px; 1.12 + top: 30px; 1.13 + left: 60px; 1.14 + 1.15 + border-radius: 40px; 1.16 +} 1.17 +</style> 1.18 +</head> 1.19 +<body> 1.20 +<div id="blurred"></div> 1.21 +</body> 1.22 +</html>