From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../forms/input/radio/checked-appearance-none.html | 2 + .../forms/input/radio/checked-native-notref.html | 2 + .../reftests/forms/input/radio/checked-native.html | 2 + .../forms/input/radio/label-dynamic-ref.html | 38 ++++++++++++++++++ .../reftests/forms/input/radio/label-dynamic.html | 46 ++++++++++++++++++++++ .../forms/input/radio/radio-clamp-01-ref.html | 12 ++++++ .../reftests/forms/input/radio/radio-clamp-01.html | 34 ++++++++++++++++ .../forms/input/radio/radio-clamp-02-ref.html | 37 +++++++++++++++++ .../reftests/forms/input/radio/radio-clamp-02.html | 38 ++++++++++++++++++ .../input/radio/radio-minimum-size-notref.html | 2 + .../forms/input/radio/radio-minimum-size.html | 22 +++++++++++ layout/reftests/forms/input/radio/reftest.list | 9 +++++ .../input/radio/unchecked-appearance-none.html | 2 + 13 files changed, 246 insertions(+) create mode 100644 layout/reftests/forms/input/radio/checked-appearance-none.html create mode 100644 layout/reftests/forms/input/radio/checked-native-notref.html create mode 100644 layout/reftests/forms/input/radio/checked-native.html create mode 100644 layout/reftests/forms/input/radio/label-dynamic-ref.html create mode 100644 layout/reftests/forms/input/radio/label-dynamic.html create mode 100644 layout/reftests/forms/input/radio/radio-clamp-01-ref.html create mode 100644 layout/reftests/forms/input/radio/radio-clamp-01.html create mode 100644 layout/reftests/forms/input/radio/radio-clamp-02-ref.html create mode 100644 layout/reftests/forms/input/radio/radio-clamp-02.html create mode 100644 layout/reftests/forms/input/radio/radio-minimum-size-notref.html create mode 100644 layout/reftests/forms/input/radio/radio-minimum-size.html create mode 100644 layout/reftests/forms/input/radio/reftest.list create mode 100644 layout/reftests/forms/input/radio/unchecked-appearance-none.html (limited to 'layout/reftests/forms/input/radio') diff --git a/layout/reftests/forms/input/radio/checked-appearance-none.html b/layout/reftests/forms/input/radio/checked-appearance-none.html new file mode 100644 index 0000000000..37aed5826e --- /dev/null +++ b/layout/reftests/forms/input/radio/checked-appearance-none.html @@ -0,0 +1,2 @@ + + diff --git a/layout/reftests/forms/input/radio/checked-native-notref.html b/layout/reftests/forms/input/radio/checked-native-notref.html new file mode 100644 index 0000000000..c9483ac056 --- /dev/null +++ b/layout/reftests/forms/input/radio/checked-native-notref.html @@ -0,0 +1,2 @@ + + diff --git a/layout/reftests/forms/input/radio/checked-native.html b/layout/reftests/forms/input/radio/checked-native.html new file mode 100644 index 0000000000..7e7673afd0 --- /dev/null +++ b/layout/reftests/forms/input/radio/checked-native.html @@ -0,0 +1,2 @@ + + diff --git a/layout/reftests/forms/input/radio/label-dynamic-ref.html b/layout/reftests/forms/input/radio/label-dynamic-ref.html new file mode 100644 index 0000000000..5b0501bb8a --- /dev/null +++ b/layout/reftests/forms/input/radio/label-dynamic-ref.html @@ -0,0 +1,38 @@ + + + + + + + + + +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/forms/input/radio/label-dynamic.html b/layout/reftests/forms/input/radio/label-dynamic.html new file mode 100644 index 0000000000..143a0fb6dc --- /dev/null +++ b/layout/reftests/forms/input/radio/label-dynamic.html @@ -0,0 +1,46 @@ + + + + + + + + + + +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/forms/input/radio/radio-clamp-01-ref.html b/layout/reftests/forms/input/radio/radio-clamp-01-ref.html new file mode 100644 index 0000000000..6104ce1adc --- /dev/null +++ b/layout/reftests/forms/input/radio/radio-clamp-01-ref.html @@ -0,0 +1,12 @@ + + +
+ + +
diff --git a/layout/reftests/forms/input/radio/radio-clamp-01.html b/layout/reftests/forms/input/radio/radio-clamp-01.html new file mode 100644 index 0000000000..e4ca9cd05a --- /dev/null +++ b/layout/reftests/forms/input/radio/radio-clamp-01.html @@ -0,0 +1,34 @@ + + + + + + Test clamping width/height of radio. + + + + + +
+ + +
+ + + diff --git a/layout/reftests/forms/input/radio/radio-clamp-02-ref.html b/layout/reftests/forms/input/radio/radio-clamp-02-ref.html new file mode 100644 index 0000000000..2061a67420 --- /dev/null +++ b/layout/reftests/forms/input/radio/radio-clamp-02-ref.html @@ -0,0 +1,37 @@ + + + + + Testcase for bug 1405986 + + + +
+ + +
+ + diff --git a/layout/reftests/forms/input/radio/radio-clamp-02.html b/layout/reftests/forms/input/radio/radio-clamp-02.html new file mode 100644 index 0000000000..11ec57906b --- /dev/null +++ b/layout/reftests/forms/input/radio/radio-clamp-02.html @@ -0,0 +1,38 @@ + + + + + Testcase for bug 1405986 + + + +
+ + +
+ + + diff --git a/layout/reftests/forms/input/radio/radio-minimum-size-notref.html b/layout/reftests/forms/input/radio/radio-minimum-size-notref.html new file mode 100644 index 0000000000..d4539020b0 --- /dev/null +++ b/layout/reftests/forms/input/radio/radio-minimum-size-notref.html @@ -0,0 +1,2 @@ + + diff --git a/layout/reftests/forms/input/radio/radio-minimum-size.html b/layout/reftests/forms/input/radio/radio-minimum-size.html new file mode 100644 index 0000000000..21bdb6b154 --- /dev/null +++ b/layout/reftests/forms/input/radio/radio-minimum-size.html @@ -0,0 +1,22 @@ + + + + + + Test minimum size of radio. + + + + + + + + + diff --git a/layout/reftests/forms/input/radio/reftest.list b/layout/reftests/forms/input/radio/reftest.list new file mode 100644 index 0000000000..6c80eaf447 --- /dev/null +++ b/layout/reftests/forms/input/radio/reftest.list @@ -0,0 +1,9 @@ +== label-dynamic.html label-dynamic-ref.html +!= checked-native.html checked-native-notref.html +== checked-appearance-none.html about:blank +== unchecked-appearance-none.html about:blank +!= checked-native.html about:blank +!= checked-native-notref.html about:blank +== radio-clamp-01.html radio-clamp-01-ref.html +skip-if(OSX||winWidget||Android) == radio-clamp-02.html radio-clamp-02-ref.html +!= radio-minimum-size.html radio-minimum-size-notref.html diff --git a/layout/reftests/forms/input/radio/unchecked-appearance-none.html b/layout/reftests/forms/input/radio/unchecked-appearance-none.html new file mode 100644 index 0000000000..e30a1ef396 --- /dev/null +++ b/layout/reftests/forms/input/radio/unchecked-appearance-none.html @@ -0,0 +1,2 @@ + + -- cgit v1.2.3