summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-001.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-001.html')
-rw-r--r--testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-001.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-001.html b/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-001.html
new file mode 100644
index 0000000000..15c07de20d
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-001.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html reftest-zoom=".5">
+ <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-001-ref.html"/>
+ <meta name="assert" content="Zoom less than one scales down the rect."/>
+ <script src="/_mozilla/common/reftest-zoom.js"></script>
+ <div style="width: 500px; height: 500px; background: green"></div>
+</html>