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

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

michael@0 1 <body style="overflow:hidden">
michael@0 2 <div style="position: absolute;
michael@0 3 top: 40px; left: 337px;
michael@0 4 width: 6px;
michael@0 5 background-color: green;
michael@0 6 height: 100px;">
michael@0 7 </div>
michael@0 8 <div style="position: absolute;
michael@0 9 top: 40px; left: 637px;
michael@0 10 width: 6px;
michael@0 11 background-color: green;
michael@0 12 height: 100px;">
michael@0 13 </div>
michael@0 14 <div style="position: absolute;
michael@0 15 top: 40px; left: 937px;
michael@0 16 width: 6px;
michael@0 17 background-color: green;
michael@0 18 height: 100px;">
michael@0 19 </div>
michael@0 20 <div style="position: absolute;
michael@0 21 top: 40px; left: 40px;
michael@0 22 height: 100px;
michael@0 23 -moz-column-count: 4;
michael@0 24 -moz-column-gap: 0px;">
michael@0 25 <div style="height:400px;
michael@0 26 width: 300px;
michael@0 27 font-size: 16px;">
michael@0 28 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.
michael@0 29 </div>
michael@0 30 </div>
michael@0 31 </body>

mercurial