1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/455105-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!doctype html> 1.5 +<html><head><title>455105 ref</title> 1.6 +<style> 1.7 +div { 1.8 + position: absolute; 1.9 + top: 10px; left: 10px; 1.10 + width: 40px; 1.11 + height: 40px; 1.12 + border-width: 10px; 1.13 + border-style: solid; 1.14 + border-color: green; 1.15 + background-color: green; 1.16 +} 1.17 +</style> 1.18 +</head><body> 1.19 +<div></div> 1.20 +</body></html>