diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/mathml/presentation-markup/scripts | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/mathml/presentation-markup/scripts')
17 files changed, 175 insertions, 0 deletions
diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/cramped-001.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/cramped-001.html.ini new file mode 100644 index 0000000000..827c47ec21 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/cramped-001.html.ini @@ -0,0 +1,16 @@ +[cramped-001.html] + [child of munder] + expected: FAIL + + [accent child of munderover (accent overscript)] + expected: FAIL + + [child of munderover (non-accent overscript)] + expected: FAIL + + [accent child of mover (accent overscript)] + expected: FAIL + + [element with specified CSS math-style] + expected: FAIL + diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-3.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-3.html.ini new file mode 100644 index 0000000000..166363a771 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-3.html.ini @@ -0,0 +1,7 @@ +[subsup-3.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Vertical positions of scripts] + expected: + if os == "android": FAIL + if os == "mac": FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-4.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-4.html.ini new file mode 100644 index 0000000000..ce4b63193d --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-4.html.ini @@ -0,0 +1,3 @@ +[subsup-4.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-5.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-5.html.ini new file mode 100644 index 0000000000..79f9c68a07 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-5.html.ini @@ -0,0 +1,3 @@ +[subsup-5.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-6.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-6.html.ini new file mode 100644 index 0000000000..4525741dea --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-6.html.ini @@ -0,0 +1,15 @@ +[subsup-6.html] + [mprescripts coordinates and sizes (2 postscripts)] + expected: FAIL + + [mprescripts coordinates and sizes (2 prescripts)] + expected: FAIL + + [mprescripts coordinates and sizes (2 prescripts, 4 postscripts)] + expected: FAIL + + [mprescripts coordinates and sizes (4 prescripts, 2 postscripts)] + expected: FAIL + + [mprescripts coordinates and sizes (prescripts with padding/border/margin)] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-parameters-1.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-parameters-1.html.ini new file mode 100644 index 0000000000..afa4a63750 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-parameters-1.html.ini @@ -0,0 +1,31 @@ +[subsup-parameters-1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + if os == "win": [OK, TIMEOUT] + [SpaceAfterScript] + expected: + if (processor == "x86") and debug: [PASS, FAIL] + + [SubscriptBaselineDrop] + expected: + if (processor == "x86") and debug: [PASS, FAIL] + + [SuperscriptShiftUp] + expected: + if (processor == "x86") and debug: [PASS, FAIL] + + [SuperscriptShiftUpCramped] + expected: + if (processor == "x86") and debug: [PASS, FAIL] + + [SubscriptShiftDown] + expected: + if (processor == "x86") and debug: [PASS, FAIL] + + [SubSuperscriptGapMin] + expected: + if (processor == "x86") and debug: [PASS, FAIL] + + [SubscriptTopMax] + expected: + if (processor == "x86") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-parameters-2.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-parameters-2.html.ini new file mode 100644 index 0000000000..91a3711df6 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/subsup-parameters-2.html.ini @@ -0,0 +1,12 @@ +[subsup-parameters-2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Null Italic Correction] + expected: + if os == "mac": FAIL + + [NonNull Italic Correction (GlyphAssembly)] + expected: FAIL + + [NonNull Italic Correction (MathGlyphVariantRecord)] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-1.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-1.html.ini new file mode 100644 index 0000000000..de663cc7f1 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-1.html.ini @@ -0,0 +1,7 @@ +[underover-1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Height of scripted elements] + expected: + if os == "mac": FAIL + if os == "android": FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-1.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-1.html.ini new file mode 100644 index 0000000000..85ee002bf5 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-1.html.ini @@ -0,0 +1,10 @@ +[underover-parameters-1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [LowerLimitBaselineDropMin] + expected: + if (processor == "x86") and debug: [PASS, FAIL] + + [LowerLimitGapMin] + expected: + if (processor == "x86") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-2.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-2.html.ini new file mode 100644 index 0000000000..08cb974221 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-2.html.ini @@ -0,0 +1,14 @@ +[underover-parameters-2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [StretchStackBottomShiftDown] + expected: FAIL + + [StretchStackGapBelowMin] + expected: FAIL + + [StretchStackTopShiftUp] + expected: FAIL + + [StretchStackGapAboveMin] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-3.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-3.html.ini new file mode 100644 index 0000000000..067247baa8 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-3.html.ini @@ -0,0 +1,20 @@ +[underover-parameters-3.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [AccentBaseHeight, UnderbarExtraDescender] + expected: FAIL + + [AccentBaseHeight, UnderbarVerticalGap] + expected: FAIL + + [AccentBaseHeight, OverbarExtraAscender] + expected: FAIL + + [AccentBaseHeight, OverbarVerticalGap] + expected: FAIL + + [Dynamic change of accentunder attribute] + expected: FAIL + + [Dynamic change of accent attribute] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-4.tentative.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-4.tentative.html.ini new file mode 100644 index 0000000000..7dcb1ef4ed --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-4.tentative.html.ini @@ -0,0 +1,14 @@ +[underover-parameters-4.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [AccentBaseHeight, OverbarVerticalGap] + expected: FAIL + + [AccentBaseHeight, UnderbarExtraDescender] + expected: FAIL + + [AccentBaseHeight, OverbarExtraAscender] + expected: FAIL + + [AccentBaseHeight, UnderbarVerticalGap] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-and-embellished-operator-1.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-and-embellished-operator-1.html.ini new file mode 100644 index 0000000000..4cd82fd9f1 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-and-embellished-operator-1.html.ini @@ -0,0 +1,3 @@ +[underover-parameters-and-embellished-operator-1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-and-embellished-operator-2.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-and-embellished-operator-2.html.ini new file mode 100644 index 0000000000..6b0a25cfcd --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-parameters-and-embellished-operator-2.html.ini @@ -0,0 +1,14 @@ +[underover-parameters-and-embellished-operator-2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [StretchStackBottomShiftDown] + expected: FAIL + + [StretchStackGapBelowMin] + expected: FAIL + + [StretchStackTopShiftUp] + expected: FAIL + + [StretchStackGapAboveMin] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-stretchy-001.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-stretchy-001.html.ini new file mode 100644 index 0000000000..ceb178c2bd --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-stretchy-001.html.ini @@ -0,0 +1,2 @@ +[underover-stretchy-001.html] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-stretchy-002.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-stretchy-002.html.ini new file mode 100644 index 0000000000..a21487c783 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-stretchy-002.html.ini @@ -0,0 +1,2 @@ +[underover-stretchy-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-stretchy-003.html.ini b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-stretchy-003.html.ini new file mode 100644 index 0000000000..790c583745 --- /dev/null +++ b/testing/web-platform/meta/mathml/presentation-markup/scripts/underover-stretchy-003.html.ini @@ -0,0 +1,2 @@ +[underover-stretchy-003.html] + expected: FAIL |