From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../xul/reftest/checkbox-dynamic-change-ref.xhtml | 6 ++ layout/xul/reftest/checkbox-dynamic-change.xhtml | 17 ++++ .../reftest/image-scaling-min-height-1-ref.xhtml | 14 +++ .../xul/reftest/image-scaling-min-height-1.xhtml | 14 +++ layout/xul/reftest/image-size-ref.xhtml | 102 ++++++++++++++++++++ layout/xul/reftest/image-size.xhtml | 104 +++++++++++++++++++++ layout/xul/reftest/image4x3.png | Bin 0 -> 176 bytes layout/xul/reftest/popup-explicit-size-ref.xhtml | 6 ++ layout/xul/reftest/popup-explicit-size.xhtml | 7 ++ layout/xul/reftest/radio-dynamic-change-ref.xhtml | 6 ++ layout/xul/reftest/radio-dynamic-change.xhtml | 17 ++++ layout/xul/reftest/reftest.list | 14 +++ .../xul/reftest/scrollbar-marks-overlay-ref.html | 64 +++++++++++++ layout/xul/reftest/scrollbar-marks-overlay.html | 18 ++++ layout/xul/reftest/scrollbar-marks-ref.html | 13 +++ layout/xul/reftest/scrollbar-marks.html | 18 ++++ layout/xul/reftest/scrollbar-marks2.html | 19 ++++ .../xul/reftest/textbox-text-transform-ref.xhtml | 6 ++ layout/xul/reftest/textbox-text-transform.xhtml | 6 ++ 19 files changed, 451 insertions(+) create mode 100644 layout/xul/reftest/checkbox-dynamic-change-ref.xhtml create mode 100644 layout/xul/reftest/checkbox-dynamic-change.xhtml create mode 100644 layout/xul/reftest/image-scaling-min-height-1-ref.xhtml create mode 100644 layout/xul/reftest/image-scaling-min-height-1.xhtml create mode 100644 layout/xul/reftest/image-size-ref.xhtml create mode 100644 layout/xul/reftest/image-size.xhtml create mode 100644 layout/xul/reftest/image4x3.png create mode 100644 layout/xul/reftest/popup-explicit-size-ref.xhtml create mode 100644 layout/xul/reftest/popup-explicit-size.xhtml create mode 100644 layout/xul/reftest/radio-dynamic-change-ref.xhtml create mode 100644 layout/xul/reftest/radio-dynamic-change.xhtml create mode 100644 layout/xul/reftest/reftest.list create mode 100644 layout/xul/reftest/scrollbar-marks-overlay-ref.html create mode 100644 layout/xul/reftest/scrollbar-marks-overlay.html create mode 100644 layout/xul/reftest/scrollbar-marks-ref.html create mode 100644 layout/xul/reftest/scrollbar-marks.html create mode 100644 layout/xul/reftest/scrollbar-marks2.html create mode 100644 layout/xul/reftest/textbox-text-transform-ref.xhtml create mode 100644 layout/xul/reftest/textbox-text-transform.xhtml (limited to 'layout/xul/reftest') diff --git a/layout/xul/reftest/checkbox-dynamic-change-ref.xhtml b/layout/xul/reftest/checkbox-dynamic-change-ref.xhtml new file mode 100644 index 0000000000..a790928f92 --- /dev/null +++ b/layout/xul/reftest/checkbox-dynamic-change-ref.xhtml @@ -0,0 +1,6 @@ + + + + + + diff --git a/layout/xul/reftest/checkbox-dynamic-change.xhtml b/layout/xul/reftest/checkbox-dynamic-change.xhtml new file mode 100644 index 0000000000..116e142a3c --- /dev/null +++ b/layout/xul/reftest/checkbox-dynamic-change.xhtml @@ -0,0 +1,17 @@ + + + + + + + diff --git a/layout/xul/reftest/image-scaling-min-height-1-ref.xhtml b/layout/xul/reftest/image-scaling-min-height-1-ref.xhtml new file mode 100644 index 0000000000..1474cbe310 --- /dev/null +++ b/layout/xul/reftest/image-scaling-min-height-1-ref.xhtml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/layout/xul/reftest/image-scaling-min-height-1.xhtml b/layout/xul/reftest/image-scaling-min-height-1.xhtml new file mode 100644 index 0000000000..5c45d6b0c9 --- /dev/null +++ b/layout/xul/reftest/image-scaling-min-height-1.xhtml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/layout/xul/reftest/image-size-ref.xhtml b/layout/xul/reftest/image-size-ref.xhtml new file mode 100644 index 0000000000..28598d4430 --- /dev/null +++ b/layout/xul/reftest/image-size-ref.xhtml @@ -0,0 +1,102 @@ + + + + + +div { margin: 0px; line-height: 0px; } +div div { background: blue; display: inline; float: left; } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/layout/xul/reftest/image-size.xhtml b/layout/xul/reftest/image-size.xhtml new file mode 100644 index 0000000000..9a4e00429a --- /dev/null +++ b/layout/xul/reftest/image-size.xhtml @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/layout/xul/reftest/image4x3.png b/layout/xul/reftest/image4x3.png new file mode 100644 index 0000000000..6719bf5cec Binary files /dev/null and b/layout/xul/reftest/image4x3.png differ diff --git a/layout/xul/reftest/popup-explicit-size-ref.xhtml b/layout/xul/reftest/popup-explicit-size-ref.xhtml new file mode 100644 index 0000000000..85a8a6832a --- /dev/null +++ b/layout/xul/reftest/popup-explicit-size-ref.xhtml @@ -0,0 +1,6 @@ + + + + diff --git a/layout/xul/reftest/popup-explicit-size.xhtml b/layout/xul/reftest/popup-explicit-size.xhtml new file mode 100644 index 0000000000..a4a87c2c8b --- /dev/null +++ b/layout/xul/reftest/popup-explicit-size.xhtml @@ -0,0 +1,7 @@ + + + + diff --git a/layout/xul/reftest/radio-dynamic-change-ref.xhtml b/layout/xul/reftest/radio-dynamic-change-ref.xhtml new file mode 100644 index 0000000000..73ff14d6cd --- /dev/null +++ b/layout/xul/reftest/radio-dynamic-change-ref.xhtml @@ -0,0 +1,6 @@ + + + + + + diff --git a/layout/xul/reftest/radio-dynamic-change.xhtml b/layout/xul/reftest/radio-dynamic-change.xhtml new file mode 100644 index 0000000000..508e99ec02 --- /dev/null +++ b/layout/xul/reftest/radio-dynamic-change.xhtml @@ -0,0 +1,17 @@ + + + + + + + diff --git a/layout/xul/reftest/reftest.list b/layout/xul/reftest/reftest.list new file mode 100644 index 0000000000..a2b0b6c6fe --- /dev/null +++ b/layout/xul/reftest/reftest.list @@ -0,0 +1,14 @@ +== chrome://reftest/content/xul/reftest/popup-explicit-size.xhtml chrome://reftest/content/xul/reftest/popup-explicit-size-ref.xhtml +fuzzy(0-16,0-128) random-if(Android) == chrome://reftest/content/xul/reftest/image-size.xhtml chrome://reftest/content/xul/reftest/image-size-ref.xhtml +== chrome://reftest/content/xul/reftest/image-scaling-min-height-1.xhtml chrome://reftest/content/xul/reftest/image-scaling-min-height-1-ref.xhtml +== chrome://reftest/content/xul/reftest/textbox-text-transform.xhtml chrome://reftest/content/xul/reftest/textbox-text-transform-ref.xhtml + +== chrome://reftest/content/xul/reftest/checkbox-dynamic-change.xhtml chrome://reftest/content/xul/reftest/checkbox-dynamic-change-ref.xhtml +== chrome://reftest/content/xul/reftest/radio-dynamic-change.xhtml chrome://reftest/content/xul/reftest/radio-dynamic-change-ref.xhtml + +# These test find marks appearing on the scrollbar +fails-if(useDrawSnapshot) != chrome://reftest/content/xul/reftest/scrollbar-marks.html chrome://reftest/content/xul/reftest/scrollbar-marks-ref.html +fails-if(useDrawSnapshot) != chrome://reftest/content/xul/reftest/scrollbar-marks2.html chrome://reftest/content/xul/reftest/scrollbar-marks-ref.html +fails-if(useDrawSnapshot) != chrome://reftest/content/xul/reftest/scrollbar-marks2.html chrome://reftest/content/xul/reftest/scrollbar-marks.html +# This test is fuzzy as the marks cannot be positioned exactly as the real ones are measured in dev pixels. +fuzzy(0-10,0-170) fuzzy-if(winWidget&&isDebugBuild&&layersGPUAccelerated&&!is64Bit,1-1,74-170) == chrome://reftest/content/xul/reftest/scrollbar-marks-overlay.html chrome://reftest/content/xul/reftest/scrollbar-marks-overlay-ref.html diff --git a/layout/xul/reftest/scrollbar-marks-overlay-ref.html b/layout/xul/reftest/scrollbar-marks-overlay-ref.html new file mode 100644 index 0000000000..8d940c64d6 --- /dev/null +++ b/layout/xul/reftest/scrollbar-marks-overlay-ref.html @@ -0,0 +1,64 @@ + + + + + + +
+ +
+
+
+ +
+
+
+ + diff --git a/layout/xul/reftest/scrollbar-marks-overlay.html b/layout/xul/reftest/scrollbar-marks-overlay.html new file mode 100644 index 0000000000..823fd6fd52 --- /dev/null +++ b/layout/xul/reftest/scrollbar-marks-overlay.html @@ -0,0 +1,18 @@ + + + + + + +
+ + +
+ + diff --git a/layout/xul/reftest/scrollbar-marks-ref.html b/layout/xul/reftest/scrollbar-marks-ref.html new file mode 100644 index 0000000000..204c5db7fa --- /dev/null +++ b/layout/xul/reftest/scrollbar-marks-ref.html @@ -0,0 +1,13 @@ + + + + + +

This is some text

+

Box 1

+

This is some text

+

Box 2

+

This is some text

+ + + diff --git a/layout/xul/reftest/scrollbar-marks.html b/layout/xul/reftest/scrollbar-marks.html new file mode 100644 index 0000000000..c60d06c804 --- /dev/null +++ b/layout/xul/reftest/scrollbar-marks.html @@ -0,0 +1,18 @@ + + + + + + +

This is some text

+

Box 1

+

This is some text

+

Box 2

+

This is some text

+ + diff --git a/layout/xul/reftest/scrollbar-marks2.html b/layout/xul/reftest/scrollbar-marks2.html new file mode 100644 index 0000000000..e39c6e1192 --- /dev/null +++ b/layout/xul/reftest/scrollbar-marks2.html @@ -0,0 +1,19 @@ + + + + + + +

This is some text

+

Box 1

+

This is some text

+

Box 2

+

This is some text

+ + diff --git a/layout/xul/reftest/textbox-text-transform-ref.xhtml b/layout/xul/reftest/textbox-text-transform-ref.xhtml new file mode 100644 index 0000000000..74d03a1ec9 --- /dev/null +++ b/layout/xul/reftest/textbox-text-transform-ref.xhtml @@ -0,0 +1,6 @@ + + + + diff --git a/layout/xul/reftest/textbox-text-transform.xhtml b/layout/xul/reftest/textbox-text-transform.xhtml new file mode 100644 index 0000000000..5c542cf80e --- /dev/null +++ b/layout/xul/reftest/textbox-text-transform.xhtml @@ -0,0 +1,6 @@ + + + + -- cgit v1.2.3