layout/reftests/bugs/403328-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/403328-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,45 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html><head>
     1.6 +<title>Testcase for bug 403328</title>
     1.7 +<style>
     1.8 +body {
     1.9 +	margin-left:40px;
    1.10 +}
    1.11 +div.cb {
    1.12 +	background-color: lime;
    1.13 +	width: 80px;
    1.14 +}
    1.15 +div.spcb {
    1.16 +	background-color: blue;
    1.17 +    margin-left:auto;
    1.18 +    margin-right:auto;
    1.19 +	width: 40px;
    1.20 +}
    1.21 +div.abs {
    1.22 +	background-color: red;
    1.23 +	height: 40px;
    1.24 +}
    1.25 +div.extrawide {
    1.26 +	width: 100px;
    1.27 +}
    1.28 +div.narrow {
    1.29 +	width: 20px;
    1.30 +}
    1.31 +
    1.32 +</style>
    1.33 +</head><body>
    1.34 +
    1.35 +<div class="cb">
    1.36 +<div class="spcb">
    1.37 +<div class="abs narrow" style="margin-left:auto;"></div>
    1.38 +<div class="abs narrow"></div>
    1.39 +<div class="abs extrawide" style="margin-left:-20px;"></div>
    1.40 +<div class="abs extrawide" style="margin-left:-40px;"></div>
    1.41 +<div class="abs narrow" style="margin-left:-20px;"></div>
    1.42 +<div class="abs narrow" style="margin-left:auto; margin-right:-20px;"></div>
    1.43 +<div class="abs narrow" style="margin-left:auto;"></div>
    1.44 +<div class="abs narrow"></div>
    1.45 +</div>
    1.46 +</div>
    1.47 +
    1.48 +</body></html>
    1.49 \ No newline at end of file

mercurial