1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/pixel-rounding/border-left-10-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,41 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>Pixel rounding testcase</title> 1.8 +<style type="text/css"> 1.9 + 1.10 +html, body { margin: 0; border: none; padding: 0; } 1.11 +div { position: absolute; top: 10px; height: 10px; width: 10px; } 1.12 + 1.13 +div { background: green; } 1.14 + 1.15 +</style> 1.16 +</head> 1.17 +<body> 1.18 + 1.19 +<div style="left: 11px"></div> 1.20 +<div style="left: 31px"></div> 1.21 +<div style="left: 51px"></div> 1.22 +<div style="left: 71px"></div> 1.23 +<div style="left: 91px"></div> 1.24 +<div style="left: 111px"></div> 1.25 +<div style="left: 131px"></div> 1.26 +<div style="left: 151px"></div> 1.27 +<div style="left: 171px"></div> 1.28 +<div style="left: 191px"></div> 1.29 +<div style="left: 211px"></div> 1.30 +<div style="left: 231px"></div> 1.31 +<div style="left: 251px"></div> 1.32 +<div style="left: 271px"></div> 1.33 +<div style="left: 291px"></div> 1.34 +<div style="left: 311px"></div> 1.35 +<div style="left: 331px"></div> 1.36 +<div style="left: 351px"></div> 1.37 +<div style="left: 371px"></div> 1.38 + 1.39 +<div style="top: 30px; left: 11px; width: 30px; height: 30px"> 1.40 + <div style="background:white; top: 10px; left: 10px"></div> 1.41 +</div> 1.42 + 1.43 +</body> 1.44 +</html>