<!doctype html>
<meta charset="utf-8">
<title>Zoom affects image intrinsic sizes</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:[email protected]">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="help" href="https://drafts.csswg.org/css-viewport/#zoom-property">
<link rel="match" href="background-image-ref.html">
<style>
img {
vertical-align: top;
zoom: .5;
}
</style>
<img src="/images/pattern.png">