browser/devtools/shared/test/browser_layoutHelpers_iframe.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:e0b3b285bfa8
1 <!doctype html>
2 <meta charset=utf-8>
3 <title> Layout Helpers </title>
4
5 <style>
6 html {
7 height: 300%;
8 width: 300%;
9 }
10 div#some {
11 position: absolute;
12 background: black;
13 width: 2px;
14 height: 2px;
15 }
16 </style>
17
18 <div id=some></div>
19

mercurial