layout/reftests/pixel-rounding/border-base-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/pixel-rounding/border-base-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: 10px"></div>
    1.20 +<div style="left: 30px"></div>
    1.21 +<div style="left: 50px"></div>
    1.22 +<div style="left: 70px"></div>
    1.23 +<div style="left: 90px"></div>
    1.24 +<div style="left: 110px"></div>
    1.25 +<div style="left: 130px"></div>
    1.26 +<div style="left: 150px"></div>
    1.27 +<div style="left: 170px"></div>
    1.28 +<div style="left: 190px"></div>
    1.29 +<div style="left: 210px"></div>
    1.30 +<div style="left: 230px"></div>
    1.31 +<div style="left: 250px"></div>
    1.32 +<div style="left: 270px"></div>
    1.33 +<div style="left: 290px"></div>
    1.34 +<div style="left: 310px"></div>
    1.35 +<div style="left: 330px"></div>
    1.36 +<div style="left: 350px"></div>
    1.37 +<div style="left: 370px"></div>
    1.38 +
    1.39 +<div style="top: 30px; left: 10px; 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>

mercurial