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/clamp-full-zoom-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html reftest-zoom="0">
<link rel="help" href="https://firefox-source-docs.mozilla.org/layout/Reftest.html#zoom-tests-reftest-zoom-float"/>
<link rel="match" href="clamp-full-zoom-001-ref.html"/>
<!-- zoom.minPercent is set to 50 in the corresponding ini file. -->
<meta name="assert" content="Zoom is at least by zoom.minPercent."/>
<script src="/_mozilla/common/reftest-zoom.js"></script>
<div style="width: 500px; height: 500px; background: green"></div>
</html>