summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/clamp-full-zoom-002.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/clamp-full-zoom-002.html')
-rw-r--r--testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/clamp-full-zoom-002.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/clamp-full-zoom-002.html b/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/clamp-full-zoom-002.html
new file mode 100644
index 0000000000..4fbe7edca1
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/clamp-full-zoom-002.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html reftest-zoom="10">
+ <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-002-ref.html"/>
+ <!-- zoom.maxPercent is set to 200 in the corresponding ini file. -->
+ <meta name="assert" content="Zoom is at most by zoom.maxPercent."/>
+ <script src="/_mozilla/common/reftest-zoom.js"></script>
+ <div style="width: 250px; height: 250px; background: green"></div>
+</html>