Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-viewport/zoom/background-image.html - WPT Dashboard Interop Dashboard
<!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>