layout/reftests/bugs/478956-1b.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-row">
     5       <div style="display: table-row">
     6         <div style="display: table-cell">Long long cell</div>
     7         <div style="display: table-cell">cell</div>
     8       </div>
     9       <span style="display: block"></span>
    10       <div style="display: table-row">
    11         <div style="display: table-cell">cell</div>
    12         <div style="display: table-cell">cell</div>
    13       </div>
    14     </div>
    15   </body>
    16 </html>

mercurial