summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/test/browser_layoutHelpers.html
blob: f50bfffdf96e7d4f5bb66d5b9e773f189547a48c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<meta charset=utf-8>
<title> Layout Helpers </title>

<style>
  html {
    height: 300%;
    width: 300%;
  }
  div#some {
    position: absolute;
    background: black;
    width: 2px;
    height: 2px;
  }
  iframe {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
  }
</style>

<div id=some></div>