diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /testing/web-platform/meta/mathml | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/mathml')
5 files changed, 5 insertions, 47 deletions
diff --git a/testing/web-platform/meta/mathml/presentation-markup/mrow/stretch-along-block-axis-001.html.ini b/testing/web-platform/meta/mathml/presentation-markup/mrow/stretch-along-block-axis-001.html.ini index 918e9dcb02..a8cbc937df 100644 --- a/testing/web-platform/meta/mathml/presentation-markup/mrow/stretch-along-block-axis-001.html.ini +++ b/testing/web-platform/meta/mathml/presentation-markup/mrow/stretch-along-block-axis-001.html.ini @@ -1,17 +1,6 @@ [stretch-along-block-axis-001.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - [Taking into account stretch axis.] - expected: FAIL - - [Taking into account stretchy property.] - expected: FAIL - [Only operators with a stretchy property and block stretch axis.] expected: FAIL [Operators smaller and larger than non-stretchy siblings.] expected: FAIL - - [Embellished operators] - expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html.ini b/testing/web-platform/meta/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html.ini index 363130b009..843be0fe40 100644 --- a/testing/web-platform/meta/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html.ini +++ b/testing/web-platform/meta/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html.ini @@ -1,20 +1,6 @@ [mo-minsize-maxsize-001.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] [minsize < maxsize < 0 is treated as maxsize = minsize = 0] expected: FAIL - [minsize < 0 is treated as 0] - expected: FAIL - - [target size = 0 is treated as Tascent = Tdescent = minsize/2] - expected: FAIL - - [maxsize < minsize is treated as maxsize = minsize] - expected: FAIL - [minsize/maxsize percentages are relative to the target size] expected: FAIL - - [default minsize/maxsize percentages] - expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/operators/mo-stretch-properties-001.html.ini b/testing/web-platform/meta/mathml/presentation-markup/operators/mo-stretch-properties-001.html.ini deleted file mode 100644 index 294cf0bfb8..0000000000 --- a/testing/web-platform/meta/mathml/presentation-markup/operators/mo-stretch-properties-001.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[mo-stretch-properties-001.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - [Stretchy vertical line] - expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/operators/mo-stretch-properties-dynamic-001.html.ini b/testing/web-platform/meta/mathml/presentation-markup/operators/mo-stretch-properties-dynamic-001.html.ini deleted file mode 100644 index 78e9ccef75..0000000000 --- a/testing/web-platform/meta/mathml/presentation-markup/operators/mo-stretch-properties-dynamic-001.html.ini +++ /dev/null @@ -1,17 +0,0 @@ -[mo-stretch-properties-dynamic-001.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - [symmetric] - expected: FAIL - - [largeop] - expected: FAIL - - [minsize] - expected: FAIL - - [maxsize] - expected: FAIL - - [stretchy] - expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/operators/stretchy-largeop-with-default-font-2.html.ini b/testing/web-platform/meta/mathml/presentation-markup/operators/stretchy-largeop-with-default-font-2.html.ini new file mode 100644 index 0000000000..60f2f55d95 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/operators/stretchy-largeop-with-default-font-2.html.ini @@ -0,0 +1,5 @@ +[stretchy-largeop-with-default-font-2.html] + [Test that non-stretchy largeops are bigger in display mode.] + expected: + if os == "android": FAIL + if os == "mac": FAIL |