tenfourfox/devtools/client/shared/test/browser_layoutHelpers.html

25 lines
342 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>