layout/reftests/bugs/10209-3.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 <style>
     3 @font-face {
     4   font-family: Ahem;
     5   src: url(../fonts/Ahem.ttf);
     6 }
     7 * {
     8   font-family: Ahem;
     9 }
    10 </style>
    11 <body style="position: relative; display: inline; border-right: 1px solid black; font-size: 100px; line-height: 100px; margin: 0">
    12   <table style="position: absolute; width: 100px; height: 100%; top: 0; left: 0; background: green"></table>
    13 </body>

mercurial