summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/chrome/bug1722890_ref.html
blob: 8bf8e39713a0b53ef9966d300d46b756d25aa72e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <style>
div {
    position: fixed;
    width: 10px;
    height: 10px;
    background: blue;
    left: 0;
}
    </style>
  </head>
  <body>
    <div style="top:0"></div>
    <div style="bottom:0"></div>
  </body>
</html>