layout/reftests/bugs/605138-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 <html>
     2 <head>
     3   <link href="data:text/css,%23master{display:table; width: 100%;}"
     4         rel="stylesheet" type="text/css" media="screen">
     5   <style>
     6     #master { outline: 1px dashed black; }
     7   </style>
     8 </head>
     9 <body>
    10 <div id="master">
    11 <div style="height:10000px; background: -moz-linear-gradient(right bottom, rgb(0,0,0) 0%, rgb(255,255,255) 100%);">
    12 </div>
    14 <div style="height:100px"></div>
    16 </div>
    17 </html>

mercurial