1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/455105-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<!doctype html> 1.5 +<html><head><title>455105-1</title> 1.6 +<style> 1.7 +div#below { 1.8 + position: absolute; 1.9 + top: 10px; left: 10px; 1.10 + width: 40px; 1.11 + height: 40px; 1.12 + border: 10px solid red; 1.13 + background-color: red; 1.14 +} 1.15 +div#above { 1.16 + position: absolute; 1.17 + top: 10px; left: 10px; 1.18 + width: 40px; 1.19 + height: 40px; 1.20 + border-width: 10px; 1.21 + border-style: solid; 1.22 + border-color: initial; 1.23 + color: rgba(0,0,0,0); 1.24 + background-image: url("data:image/gif;base64,\ 1.25 +R0lGODlhAQABAPAAAACAAAAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="); 1.26 +} 1.27 +</style> 1.28 +</head><body> 1.29 +<div id="below"></div> 1.30 +<div id="above"></div> 1.31 +</body></html>