layout/reftests/bugs/480017-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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