layout/reftests/bugs/476063-1-ref.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 <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