Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /infrastructure/reftest-zoom/set-full-zoom-003.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<link rel="match" href="set-full-zoom-003-ref.html"/>
<meta name="assert" content="Initial zoom is equal to one."/>
<!-- Note that when running all the tests by alphabetical order, this test
would fail if set-zoom-002.html does not reset the zoom to one.
It would pass when re-running after a browser restart, though. -->
<div style="width: 250px; height: 250px; background: green"></div>
</html>