layout/reftests/bugs/452964-1.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 <html>
     3   <head>
     4     <style>
     5       div::before { content: "Test"; }
     6       div { display: table; }
     7       p { display: table-row; }
     8       span { display: table-cell; }
     9     </style>
    10   </head>
    11   <body>
    12     <div>
    13       <p>
    14         <span>Col 1</span>
    15         <span>Col 2</span>
    16       </p>
    17     </div>
    18   </body>
    19 </html>

mercurial