layout/reftests/bugs/476063-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE html>
     2 <head>
     3 </head>
     4 <body>
     5   <div style="display: table" id="x">
     6     <div style="display: table-row">
     7       <div style="display: table-cell">1 - 1</div>
     8       <div style="display: table-cell">1 - 2</div>
     9     </div>
    10     <div style="display: table-row">
    11       <div style="display: table-cell">2 - 1</div>
    12       <div style="display: table-cell">2 - 2</div>
    13     </div>
    14   </div>
    15   <div style="border: 2px solid green">This is a test</div>
    16   <span style="border: 2px solid green">before<div>This is a test</div>after</span>
    17 </body>

mercurial