summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/clamp-full-zoom-001.html
blob: 83fc95510f2ed863068c07651a91205ead6e5faf (plain)
1
2
3
4
5
6
7
8
9
<!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>