From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- testing/web-platform/meta/css/CSS2/floats-clear/__dir__.ini | 1 + .../floats-clear/adjoining-float-nested-forced-clearance-002.html.ini | 2 ++ .../meta/css/CSS2/floats-clear/float-non-replaced-width-007.xht.ini | 3 +++ .../meta/css/CSS2/floats-clear/float-replaced-height-002.xht.ini | 3 +++ testing/web-platform/meta/css/CSS2/floats-clear/floats-111.xht.ini | 3 +++ testing/web-platform/meta/css/CSS2/floats-clear/floats-142.xht.ini | 3 +++ testing/web-platform/meta/css/CSS2/floats-clear/floats-143.xht.ini | 4 ++++ .../CSS2/floats-clear/floats-clear-multicol-balancing-003.html.ini | 3 +++ .../meta/css/CSS2/floats-clear/margin-collapse-157.xht.ini | 2 ++ .../CSS2/floats-clear/negative-clearance-after-bottom-margin.html.ini | 2 ++ 10 files changed, 26 insertions(+) create mode 100644 testing/web-platform/meta/css/CSS2/floats-clear/__dir__.ini create mode 100644 testing/web-platform/meta/css/CSS2/floats-clear/adjoining-float-nested-forced-clearance-002.html.ini create mode 100644 testing/web-platform/meta/css/CSS2/floats-clear/float-non-replaced-width-007.xht.ini create mode 100644 testing/web-platform/meta/css/CSS2/floats-clear/float-replaced-height-002.xht.ini create mode 100644 testing/web-platform/meta/css/CSS2/floats-clear/floats-111.xht.ini create mode 100644 testing/web-platform/meta/css/CSS2/floats-clear/floats-142.xht.ini create mode 100644 testing/web-platform/meta/css/CSS2/floats-clear/floats-143.xht.ini create mode 100644 testing/web-platform/meta/css/CSS2/floats-clear/floats-clear-multicol-balancing-003.html.ini create mode 100644 testing/web-platform/meta/css/CSS2/floats-clear/margin-collapse-157.xht.ini create mode 100644 testing/web-platform/meta/css/CSS2/floats-clear/negative-clearance-after-bottom-margin.html.ini (limited to 'testing/web-platform/meta/css/CSS2/floats-clear') diff --git a/testing/web-platform/meta/css/CSS2/floats-clear/__dir__.ini b/testing/web-platform/meta/css/CSS2/floats-clear/__dir__.ini new file mode 100644 index 0000000000..c3deeb9730 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/floats-clear/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200, gpu:51200] diff --git a/testing/web-platform/meta/css/CSS2/floats-clear/adjoining-float-nested-forced-clearance-002.html.ini b/testing/web-platform/meta/css/CSS2/floats-clear/adjoining-float-nested-forced-clearance-002.html.ini new file mode 100644 index 0000000000..a8a9b5c830 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/floats-clear/adjoining-float-nested-forced-clearance-002.html.ini @@ -0,0 +1,2 @@ +[adjoining-float-nested-forced-clearance-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/floats-clear/float-non-replaced-width-007.xht.ini b/testing/web-platform/meta/css/CSS2/floats-clear/float-non-replaced-width-007.xht.ini new file mode 100644 index 0000000000..a1f7a596d8 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/floats-clear/float-non-replaced-width-007.xht.ini @@ -0,0 +1,3 @@ +[float-non-replaced-width-007.xht] + expected: + if (processor == "x86") and not debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/CSS2/floats-clear/float-replaced-height-002.xht.ini b/testing/web-platform/meta/css/CSS2/floats-clear/float-replaced-height-002.xht.ini new file mode 100644 index 0000000000..ca502a8939 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/floats-clear/float-replaced-height-002.xht.ini @@ -0,0 +1,3 @@ +[float-replaced-height-002.xht] + expected: + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/floats-clear/floats-111.xht.ini b/testing/web-platform/meta/css/CSS2/floats-clear/floats-111.xht.ini new file mode 100644 index 0000000000..454519e327 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/floats-clear/floats-111.xht.ini @@ -0,0 +1,3 @@ +[floats-111.xht] + expected: + if (processor == "x86") and not debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/CSS2/floats-clear/floats-142.xht.ini b/testing/web-platform/meta/css/CSS2/floats-clear/floats-142.xht.ini new file mode 100644 index 0000000000..03611aa651 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/floats-clear/floats-142.xht.ini @@ -0,0 +1,3 @@ +[floats-142.xht] + expected: + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/floats-clear/floats-143.xht.ini b/testing/web-platform/meta/css/CSS2/floats-clear/floats-143.xht.ini new file mode 100644 index 0000000000..51927f6fd4 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/floats-clear/floats-143.xht.ini @@ -0,0 +1,4 @@ +[floats-143.xht] + expected: + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/floats-clear/floats-clear-multicol-balancing-003.html.ini b/testing/web-platform/meta/css/CSS2/floats-clear/floats-clear-multicol-balancing-003.html.ini new file mode 100644 index 0000000000..c4658efbe2 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/floats-clear/floats-clear-multicol-balancing-003.html.ini @@ -0,0 +1,3 @@ +[floats-clear-multicol-balancing-003.html] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1637108 diff --git a/testing/web-platform/meta/css/CSS2/floats-clear/margin-collapse-157.xht.ini b/testing/web-platform/meta/css/CSS2/floats-clear/margin-collapse-157.xht.ini new file mode 100644 index 0000000000..e1ee7731d4 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/floats-clear/margin-collapse-157.xht.ini @@ -0,0 +1,2 @@ +[margin-collapse-157.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/floats-clear/negative-clearance-after-bottom-margin.html.ini b/testing/web-platform/meta/css/CSS2/floats-clear/negative-clearance-after-bottom-margin.html.ini new file mode 100644 index 0000000000..85b954771e --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/floats-clear/negative-clearance-after-bottom-margin.html.ini @@ -0,0 +1,2 @@ +[negative-clearance-after-bottom-margin.html] + expected: FAIL -- cgit v1.2.3