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