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/basic.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<title>zoom property: basic test</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="match" href="basic-ref.html">
<style>
div {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div></div>
<div style="zoom: 2"></div>