summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-sticky/overcontain-1-ref.html
blob: fd9c2fc551f576b5831d67311943a86bcc51fe7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
   - http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
  <head>
    <link rel="author" title="Corey Ford" href="mailto:cford@mozilla.com">
    <style>
      body {
        margin: 0;
      }
      #sticky {
        height: 10px;
        margin-bottom: 10px;
        background-color: black;
      }
    </style>
  <body>
    <div id="sticky"></div>
  </body>
</html>