From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../background-common-usage-floating-point.html | 50 ++++++++++++++++ .../background-common-usage-percent.html | 45 ++++++++++++++ .../image-rect/background-common-usage-pixel.html | 45 ++++++++++++++ .../image-rect/background-common-usage-ref.html | 52 ++++++++++++++++ .../background-draw-nothing-empty-rect.html | 50 ++++++++++++++++ .../background-draw-nothing-invalid-syntax.html | 48 +++++++++++++++ .../background-draw-nothing-malformed-images.html | 43 ++++++++++++++ .../image-rect/background-draw-nothing-ref.html | 24 ++++++++ .../image-rect/background-monster-rect-ref.html | 29 +++++++++ .../image-rect/background-monster-rect.html | 47 +++++++++++++++ .../image-rect/background-over-size-rect-ref.html | 27 +++++++++ .../image-rect/background-over-size-rect.html | 38 ++++++++++++ .../image-rect/background-test-parser-ref.html | 40 +++++++++++++ .../image-rect/background-test-parser.html | 64 ++++++++++++++++++++ .../background-with-other-properties-ref.html | 50 ++++++++++++++++ .../background-with-other-properties.html | 56 +++++++++++++++++ .../reftests/image-rect/background-zoom-1-ref.html | 36 +++++++++++ layout/reftests/image-rect/background-zoom-1.html | 36 +++++++++++ .../reftests/image-rect/background-zoom-2-ref.html | 36 +++++++++++ layout/reftests/image-rect/background-zoom-2.html | 36 +++++++++++ .../reftests/image-rect/background-zoom-3-ref.html | 36 +++++++++++ layout/reftests/image-rect/background-zoom-3.html | 36 +++++++++++ .../reftests/image-rect/background-zoom-4-ref.html | 37 ++++++++++++ layout/reftests/image-rect/background-zoom-4.html | 37 ++++++++++++ .../image-rect/dom-api-computed-style.html | 66 +++++++++++++++++++++ layout/reftests/image-rect/dom-api-ref.html | 45 ++++++++++++++ layout/reftests/image-rect/dom-api.html | 65 ++++++++++++++++++++ .../image-rect/green-16x16-in-blue-32x32.png | Bin 0 -> 108 bytes layout/reftests/image-rect/reftest.list | 16 +++++ .../image-rect/transparent-16x16-in-blue-32x32.png | Bin 0 -> 108 bytes 30 files changed, 1190 insertions(+) create mode 100644 layout/reftests/image-rect/background-common-usage-floating-point.html create mode 100644 layout/reftests/image-rect/background-common-usage-percent.html create mode 100644 layout/reftests/image-rect/background-common-usage-pixel.html create mode 100644 layout/reftests/image-rect/background-common-usage-ref.html create mode 100644 layout/reftests/image-rect/background-draw-nothing-empty-rect.html create mode 100644 layout/reftests/image-rect/background-draw-nothing-invalid-syntax.html create mode 100644 layout/reftests/image-rect/background-draw-nothing-malformed-images.html create mode 100644 layout/reftests/image-rect/background-draw-nothing-ref.html create mode 100644 layout/reftests/image-rect/background-monster-rect-ref.html create mode 100644 layout/reftests/image-rect/background-monster-rect.html create mode 100644 layout/reftests/image-rect/background-over-size-rect-ref.html create mode 100644 layout/reftests/image-rect/background-over-size-rect.html create mode 100644 layout/reftests/image-rect/background-test-parser-ref.html create mode 100644 layout/reftests/image-rect/background-test-parser.html create mode 100644 layout/reftests/image-rect/background-with-other-properties-ref.html create mode 100644 layout/reftests/image-rect/background-with-other-properties.html create mode 100644 layout/reftests/image-rect/background-zoom-1-ref.html create mode 100644 layout/reftests/image-rect/background-zoom-1.html create mode 100644 layout/reftests/image-rect/background-zoom-2-ref.html create mode 100644 layout/reftests/image-rect/background-zoom-2.html create mode 100644 layout/reftests/image-rect/background-zoom-3-ref.html create mode 100644 layout/reftests/image-rect/background-zoom-3.html create mode 100644 layout/reftests/image-rect/background-zoom-4-ref.html create mode 100644 layout/reftests/image-rect/background-zoom-4.html create mode 100644 layout/reftests/image-rect/dom-api-computed-style.html create mode 100644 layout/reftests/image-rect/dom-api-ref.html create mode 100644 layout/reftests/image-rect/dom-api.html create mode 100644 layout/reftests/image-rect/green-16x16-in-blue-32x32.png create mode 100644 layout/reftests/image-rect/reftest.list create mode 100644 layout/reftests/image-rect/transparent-16x16-in-blue-32x32.png (limited to 'layout/reftests/image-rect') diff --git a/layout/reftests/image-rect/background-common-usage-floating-point.html b/layout/reftests/image-rect/background-common-usage-floating-point.html new file mode 100644 index 0000000000..56015953e6 --- /dev/null +++ b/layout/reftests/image-rect/background-common-usage-floating-point.html @@ -0,0 +1,50 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-common-usage-percent.html b/layout/reftests/image-rect/background-common-usage-percent.html new file mode 100644 index 0000000000..55cabfe35a --- /dev/null +++ b/layout/reftests/image-rect/background-common-usage-percent.html @@ -0,0 +1,45 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-common-usage-pixel.html b/layout/reftests/image-rect/background-common-usage-pixel.html new file mode 100644 index 0000000000..d7978803a5 --- /dev/null +++ b/layout/reftests/image-rect/background-common-usage-pixel.html @@ -0,0 +1,45 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-common-usage-ref.html b/layout/reftests/image-rect/background-common-usage-ref.html new file mode 100644 index 0000000000..eaed0d21f7 --- /dev/null +++ b/layout/reftests/image-rect/background-common-usage-ref.html @@ -0,0 +1,52 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-draw-nothing-empty-rect.html b/layout/reftests/image-rect/background-draw-nothing-empty-rect.html new file mode 100644 index 0000000000..0e7c5d763e --- /dev/null +++ b/layout/reftests/image-rect/background-draw-nothing-empty-rect.html @@ -0,0 +1,50 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-draw-nothing-invalid-syntax.html b/layout/reftests/image-rect/background-draw-nothing-invalid-syntax.html new file mode 100644 index 0000000000..c658a0fa19 --- /dev/null +++ b/layout/reftests/image-rect/background-draw-nothing-invalid-syntax.html @@ -0,0 +1,48 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-draw-nothing-malformed-images.html b/layout/reftests/image-rect/background-draw-nothing-malformed-images.html new file mode 100644 index 0000000000..f3d75d7509 --- /dev/null +++ b/layout/reftests/image-rect/background-draw-nothing-malformed-images.html @@ -0,0 +1,43 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-draw-nothing-ref.html b/layout/reftests/image-rect/background-draw-nothing-ref.html new file mode 100644 index 0000000000..a370d087a8 --- /dev/null +++ b/layout/reftests/image-rect/background-draw-nothing-ref.html @@ -0,0 +1,24 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-monster-rect-ref.html b/layout/reftests/image-rect/background-monster-rect-ref.html new file mode 100644 index 0000000000..2b2203a53a --- /dev/null +++ b/layout/reftests/image-rect/background-monster-rect-ref.html @@ -0,0 +1,29 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-monster-rect.html b/layout/reftests/image-rect/background-monster-rect.html new file mode 100644 index 0000000000..2f326ec7af --- /dev/null +++ b/layout/reftests/image-rect/background-monster-rect.html @@ -0,0 +1,47 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-over-size-rect-ref.html b/layout/reftests/image-rect/background-over-size-rect-ref.html new file mode 100644 index 0000000000..b59c7cdfc8 --- /dev/null +++ b/layout/reftests/image-rect/background-over-size-rect-ref.html @@ -0,0 +1,27 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+ + diff --git a/layout/reftests/image-rect/background-over-size-rect.html b/layout/reftests/image-rect/background-over-size-rect.html new file mode 100644 index 0000000000..ea166e89fd --- /dev/null +++ b/layout/reftests/image-rect/background-over-size-rect.html @@ -0,0 +1,38 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+ + diff --git a/layout/reftests/image-rect/background-test-parser-ref.html b/layout/reftests/image-rect/background-test-parser-ref.html new file mode 100644 index 0000000000..2f1dfb3af9 --- /dev/null +++ b/layout/reftests/image-rect/background-test-parser-ref.html @@ -0,0 +1,40 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-test-parser.html b/layout/reftests/image-rect/background-test-parser.html new file mode 100644 index 0000000000..5ada0f8c5d --- /dev/null +++ b/layout/reftests/image-rect/background-test-parser.html @@ -0,0 +1,64 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-with-other-properties-ref.html b/layout/reftests/image-rect/background-with-other-properties-ref.html new file mode 100644 index 0000000000..cc5a17952a --- /dev/null +++ b/layout/reftests/image-rect/background-with-other-properties-ref.html @@ -0,0 +1,50 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-with-other-properties.html b/layout/reftests/image-rect/background-with-other-properties.html new file mode 100644 index 0000000000..976f891ce3 --- /dev/null +++ b/layout/reftests/image-rect/background-with-other-properties.html @@ -0,0 +1,56 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+
+
+
+
+ + diff --git a/layout/reftests/image-rect/background-zoom-1-ref.html b/layout/reftests/image-rect/background-zoom-1-ref.html new file mode 100644 index 0000000000..fbaada9ce7 --- /dev/null +++ b/layout/reftests/image-rect/background-zoom-1-ref.html @@ -0,0 +1,36 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+ + diff --git a/layout/reftests/image-rect/background-zoom-1.html b/layout/reftests/image-rect/background-zoom-1.html new file mode 100644 index 0000000000..fbaada9ce7 --- /dev/null +++ b/layout/reftests/image-rect/background-zoom-1.html @@ -0,0 +1,36 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+ + diff --git a/layout/reftests/image-rect/background-zoom-2-ref.html b/layout/reftests/image-rect/background-zoom-2-ref.html new file mode 100644 index 0000000000..617ae22599 --- /dev/null +++ b/layout/reftests/image-rect/background-zoom-2-ref.html @@ -0,0 +1,36 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+ + diff --git a/layout/reftests/image-rect/background-zoom-2.html b/layout/reftests/image-rect/background-zoom-2.html new file mode 100644 index 0000000000..617ae22599 --- /dev/null +++ b/layout/reftests/image-rect/background-zoom-2.html @@ -0,0 +1,36 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+ + 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 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+ + diff --git a/layout/reftests/image-rect/background-zoom-3.html b/layout/reftests/image-rect/background-zoom-3.html new file mode 100644 index 0000000000..45b909252f --- /dev/null +++ b/layout/reftests/image-rect/background-zoom-3.html @@ -0,0 +1,36 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+ + diff --git a/layout/reftests/image-rect/background-zoom-4-ref.html b/layout/reftests/image-rect/background-zoom-4-ref.html new file mode 100644 index 0000000000..77c83482e0 --- /dev/null +++ b/layout/reftests/image-rect/background-zoom-4-ref.html @@ -0,0 +1,37 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+ + diff --git a/layout/reftests/image-rect/background-zoom-4.html b/layout/reftests/image-rect/background-zoom-4.html new file mode 100644 index 0000000000..77c83482e0 --- /dev/null +++ b/layout/reftests/image-rect/background-zoom-4.html @@ -0,0 +1,37 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+ + diff --git a/layout/reftests/image-rect/dom-api-computed-style.html b/layout/reftests/image-rect/dom-api-computed-style.html new file mode 100644 index 0000000000..f5efc91b07 --- /dev/null +++ b/layout/reftests/image-rect/dom-api-computed-style.html @@ -0,0 +1,66 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + + +
+ +
+ +
+ +
+ + + diff --git a/layout/reftests/image-rect/dom-api-ref.html b/layout/reftests/image-rect/dom-api-ref.html new file mode 100644 index 0000000000..9195e1ddfd --- /dev/null +++ b/layout/reftests/image-rect/dom-api-ref.html @@ -0,0 +1,45 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + +
+ SUCCESS +
+ SUCCESS +
+ SUCCESS +
+ SUCCESS + + diff --git a/layout/reftests/image-rect/dom-api.html b/layout/reftests/image-rect/dom-api.html new file mode 100644 index 0000000000..a20cb594d0 --- /dev/null +++ b/layout/reftests/image-rect/dom-api.html @@ -0,0 +1,65 @@ + + + + + Testcases: -moz-image-rect() [bug 113577] + + + + +
+ +
+ +
+ +
+ + + diff --git a/layout/reftests/image-rect/green-16x16-in-blue-32x32.png b/layout/reftests/image-rect/green-16x16-in-blue-32x32.png new file mode 100644 index 0000000000..038b4fa728 Binary files /dev/null and b/layout/reftests/image-rect/green-16x16-in-blue-32x32.png differ diff --git a/layout/reftests/image-rect/reftest.list b/layout/reftests/image-rect/reftest.list new file mode 100644 index 0000000000..2b01459ad8 --- /dev/null +++ b/layout/reftests/image-rect/reftest.list @@ -0,0 +1,16 @@ +== background-common-usage-floating-point.html background-common-usage-ref.html +== background-common-usage-percent.html background-common-usage-ref.html +== background-common-usage-pixel.html background-common-usage-ref.html +== background-draw-nothing-empty-rect.html background-draw-nothing-ref.html +== background-draw-nothing-invalid-syntax.html background-draw-nothing-ref.html +== background-draw-nothing-malformed-images.html background-draw-nothing-ref.html +== background-monster-rect.html background-monster-rect-ref.html +== background-over-size-rect.html background-over-size-rect-ref.html +== background-test-parser.html background-test-parser-ref.html +fuzzy-if(Android,0-113,0-124) == background-with-other-properties.html background-with-other-properties-ref.html +fuzzy(0-16,0-44) == background-zoom-1.html background-zoom-1-ref.html # Bug 1128229 +== background-zoom-2.html background-zoom-2-ref.html +== background-zoom-3.html background-zoom-3-ref.html +== background-zoom-4.html background-zoom-4-ref.html +== dom-api-computed-style.html dom-api-ref.html +== dom-api.html dom-api-ref.html diff --git a/layout/reftests/image-rect/transparent-16x16-in-blue-32x32.png b/layout/reftests/image-rect/transparent-16x16-in-blue-32x32.png new file mode 100644 index 0000000000..5baab0c1f9 Binary files /dev/null and b/layout/reftests/image-rect/transparent-16x16-in-blue-32x32.png differ -- cgit v1.2.3