Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<head>
<title>Reference for test object--auto-auto--px-px.html</title>
<style type="text/css">
html, body {
padding: 0;
border: 0;
margin: 0;
width: 100%;
height: 100%;
/* XXX Not sure why we get scrolling with 'div' but not 'object'. */
overflow: hidden;
}
div {
padding: 0;
border: 0;
margin: 50px;
width: 70px;
height: 70px;
background: blue;
}
</style>
</head>
<body>
<div></div>
</body>
</html>