summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/sticky-pos-scrollable-3-ref.html
blob: fab9f954ba7a1ff5e53761f25bc89bc4bc55fda5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <style>
    #header {
      position: fixed;
      top: 0;
    }
    #header > div {
      border: solid blue 2px;
      height: 100px;
      width: 100px;
    }
  </style>
  <div id="section">
      <div id="header">
        <div></div>
      </div>
  </div>
</html>