Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>Zoom affects background-image intrinsic sizes</title>
<link rel="match" href="background-image-ref.html">
<style>
div {
width: 20px;
height: 20px;
zoom: 0.5;
background-image: url("/images/pattern.png"); /* 20x20 */
}
</style>
<div></div>