From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Fri, 19 Apr 2024 03:47:29 +0200
Subject: Adding upstream version 115.8.0esr.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 .../reftests/image-rect/background-zoom-3-ref.html | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 layout/reftests/image-rect/background-zoom-3-ref.html

(limited to 'layout/reftests/image-rect/background-zoom-3-ref.html')

diff --git a/layout/reftests/image-rect/background-zoom-3-ref.html b/layout/reftests/image-rect/background-zoom-3-ref.html
new file mode 100644
index 0000000000..45b909252f
--- /dev/null
+++ b/layout/reftests/image-rect/background-zoom-3-ref.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<!--
+    Any copyright is dedicated to the Public Domain.
+    http://creativecommons.org/licenses/publicdomain/
+
+    Checks if the full zoom (x1.3) on -moz-image-rect() produces the same
+    result as the same full zoom on the CSS sprites produced by hacking
+    background-position.
+
+    This file is identical to background-common-usage-pixel.html except the
+    zoom factor.
+-->
+<html reftest-zoom="1.304348">
+  <head>
+    <title>Testcases: -moz-image-rect() [bug 113577]</title>
+    <style>
+      div.wrapper {
+        width: 32px;
+        height: 32px;
+        margin: 10px;
+        background-color: red;
+      }
+      div.wrapper div {
+        width: 32px;
+        height: 32px;
+        background: no-repeat;
+      }
+      #test3 {
+        background-image: -moz-image-rect(url(green-16x16-in-blue-32x32.png), 0, 16, 16, 0);
+      }
+    </style>
+  </head>
+  <body>
+    <div class="wrapper"><div id="test3"></div></div>
+  </body>
+</html>
-- 
cgit v1.2.3