summaryrefslogtreecommitdiffstats
path: root/testing/marionette/harness/marionette_harness/www/reftest/teal-700x700.html
blob: e441e88e6d0a5f4c939343b6ccca9d3803a3a506 (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: transparent;
  }
</style>
<div></div>