layout/reftests/columns/columnrule-padding-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/columns/columnrule-padding-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +<body style="overflow:hidden">
     1.5 +<div style="position: absolute;
     1.6 +  top: 40px; left: 337px;
     1.7 +  width: 6px;
     1.8 +  background-color: green;
     1.9 +  height: 100px;">
    1.10 +</div>
    1.11 +<div style="position: absolute;
    1.12 +  top: 40px; left: 637px;
    1.13 +  width: 6px;
    1.14 +  background-color: green;
    1.15 +  height: 100px;">
    1.16 +</div>
    1.17 +<div style="position: absolute;
    1.18 +  top: 40px; left: 937px;
    1.19 +  width: 6px;
    1.20 +  background-color: green;
    1.21 +  height: 100px;">
    1.22 +</div>
    1.23 +<div style="position: absolute;
    1.24 +  top: 40px; left: 40px;
    1.25 +  height: 100px;
    1.26 +  -moz-column-count: 4;
    1.27 +  -moz-column-gap: 0px;">
    1.28 +<div style="height:400px;
    1.29 +  width: 300px;
    1.30 +  font-size: 16px;">
    1.31 +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam. Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci vitae nisi. Duis venenatis tristique massa.
    1.32 +</div>
    1.33 +</div>
    1.34 +</body>

mercurial