layout/reftests/bugs/480017-1.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 <html>
     3   <body>
     4     <div style="display:table">
     5       <div style="display: table-row">
     6         <div style="display: table-cell">
     7           First Column
     8         </div>
     9         <div style="display: table-cell">
    10           Second Column
    11         </div>
    12       </div>
    13       <div style="display: table-row">
    14         <div style="display: table-cell">
    15           First Column
    16         </div>
    17         <div style="display: -moz-popup; display: popup"></div>
    18         <div style="display: table-cell">
    19           Second Column
    20         </div>
    21       </div>
    22     </div>
    23   </body>
    24 </html>

mercurial