layout/reftests/bugs/563584-6-columns.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.

     1 <!DOCTYPE HTML>
     2 <title>Testcase for float breaking</title>
     3 <body style="-moz-column-count: 2; -moz-column-gap: 0; margin: 0; width: 400px; height: 400px">
     4 <!-- two columns, each 200px wide and 400px tall -->
     5   <div style="float: left; width: 150px; height: 100px; background: blue"></div>
     6   <div style="float: left; width: 75px; height: 200px; background: aqua"></div>
     7   <!-- test to see where this float goes -->
     8   <div style="float: left; width: 100px; height: 350px; background: fuchsia"></div>

mercurial