summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-002.html
blob: f5d5e6a7776721fb560180f69735b5a12751f7af (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html reftest-zoom="2">
  <link rel="help" href="https://firefox-source-docs.mozilla.org/layout/Reftest.html#zoom-tests-reftest-zoom-float"/>
  <link rel="match" href="set-full-zoom-002-ref.html"/>
  <meta name="assert" content="Zoom more than one scales up the rect."/>
  <script src="/_mozilla/common/reftest-zoom.js"></script>
  <div style="width: 250px; height: 250px; background: green"></div>
</html>