Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
-->
<html class="reftest-paged">
<head>
<meta charset="utf-8">
<style type="text/css">
.fakeBackground {
background: salmon;
height: 3in;
width: 32px;
}
img.test {
width: 32px;
height: 32px;
display: block; /* Required for fragmentation */
}
</style>
</head>
<body>
<div class="fakeBackground"></div>
<img class="test" src="blue-32x32.png">
<div class="fakeBackground"></div>
</body>
</html>