layout/reftests/position-sticky/overconstrained-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 <!-- Any copyright is dedicated to the Public Domain.
     3    - http://creativecommons.org/publicdomain/zero/1.0/ -->
     4 <html>
     5   <head>
     6     <link rel="author" title="Corey Ford" href="mailto:cford@mozilla.com">
     7     <style>
     8       #scroll {
     9         height: 100px;
    10         overflow: hidden;
    11       }
    12       #sticky {
    13         height: 81px;
    14         background-color: black;
    15       }
    16     </style>
    17   </head>
    18   <body>
    19     <div id="scroll">
    20       <div style="height: 95px"></div>
    21       <div id="sticky"></div>
    22       <div style="height: 100px"></div>
    23     </div>
    24   </body>
    25 </html>

mercurial