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--pct-pct.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: 49%;↩
height: 49%;↩
background: blue;↩
}↩
↩
</style>↩
</head>↩
<body>↩
<div></div>↩
</body>↩
</html>↩