summaryrefslogtreecommitdiffstats
path: root/testing/marionette/harness/marionette_harness/www/reftest/mostly-teal-700x700.html
blob: a5aa12d0d2d81c1730624e195abba6edd596fc11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<style>
  * {
      margin: 0;
      padding: 0;
  }

  html {
      background: teal;
  }

  div {
      position: absolute;
      top: 600px;
      left: 600px;
      height: 100px;
      width: 100px;
      background: orange;
  }
</style>
<div></div>