1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/columns/columnfill-auto-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,48 @@ 1.4 +<!doctype html> 1.5 +<html> 1.6 +<head> 1.7 +<link rel="stylesheet" type="text/css" href="ahem.css" /> 1.8 +<style> 1.9 + html { 1.10 + line-height: 1.5; 1.11 + font-family: ahem; 1.12 + } 1.13 + 1.14 + body { 1.15 + margin: 0; 1.16 + padding: 0; 1.17 + } 1.18 + 1.19 + #test { 1.20 + padding: 5px 0px 0px 10px; 1.21 + position: absolute; 1.22 + left: 500px; 1.23 + right: 0px; 1.24 + top: 0px; 1.25 + bottom: 0px; 1.26 + background-color: orange; 1.27 + height: 120px; 1.28 + -moz-column-width: 640px; 1.29 + -moz-column-fill: balance; 1.30 + -moz-column-gap: 0; 1.31 + overflow-x: auto; 1.32 + overflow-y: hidden; 1.33 + } 1.34 + 1.35 + #parent { 1.36 + background-color: lightBlue; 1.37 + position: absolute; 1.38 + left: 0px; 1.39 + bottom: 0px; 1.40 + right: 0px; 1.41 + height: 120px; 1.42 + width: 70em; 1.43 + } 1.44 +</style> 1.45 +</head> 1.46 +<body> 1.47 + <div id="parent"> 1.48 + <div id="test">To Mrs. Aville, England St. Petersburgh, Dec. 11th, 17- You will rejoice to hear that no disaster has accompanied the commencement of an enterprise which you have regarded with such evil forebodings. I arrived here yesterday; and my first task is to assure my dear sister of my welfare, and increasing confidence in the success of my undertaking. I am already far north of London; and as I walk in the streets of Petersburgh. I feel a cold northern breeze play upon my cheeks, which braces my nerves, and fills me with delight.</div> 1.49 + </div> 1.50 +</body> 1.51 +</html>