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