summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-002.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-002.html')
-rw-r--r--testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-002.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-002.html b/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-002.html
new file mode 100644
index 0000000000..f5d5e6a777
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/infrastructure/reftest-zoom/set-full-zoom-002.html
@@ -0,0 +1,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>