From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../scripts/mmultiscript-001-ref.html | 15 ++++ .../scripts/mmultiscript-001.html | 17 +++++ .../scripts/mmultiscript-002-ref.html | 16 ++++ .../scripts/mmultiscript-002.html | 18 +++++ .../scripts/mmultiscript-003-ref.html | 42 +++++++++++ .../scripts/mmultiscript-003.html | 42 +++++++++++ .../munder-mover-align-accent-false-ref.html | 70 ++++++++++++++++++ .../scripts/munder-mover-align-accent-false.html | 57 +++++++++++++++ .../munder-mover-align-accent-true-ref.html | 70 ++++++++++++++++++ .../scripts/munder-mover-align-accent-true.html | 57 +++++++++++++++ .../scripts/munderover-align-accent-false-ref.html | 85 ++++++++++++++++++++++ .../scripts/munderover-align-accent-false.html | 60 +++++++++++++++ .../scripts/munderover-align-accent-true-ref.html | 85 ++++++++++++++++++++++ .../scripts/munderover-align-accent-true.html | 60 +++++++++++++++ 14 files changed, 694 insertions(+) create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-002-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-002.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-003-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-003.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-false-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-false.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-true-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-true.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-false-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-false.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-true-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-true.html (limited to 'testing/web-platform/tests/mathml/presentation-markup/scripts') diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001-ref.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001-ref.html new file mode 100644 index 0000000000..d814944f53 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001-ref.html @@ -0,0 +1,15 @@ + + + + mmultiscript with no scripts (reference) + + + + + base + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html new file mode 100644 index 0000000000..e55a04e128 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html @@ -0,0 +1,17 @@ + + + + mmultiscript with no scripts + + + + + + + + + base + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-002-ref.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-002-ref.html new file mode 100644 index 0000000000..33f12d7cdf --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-002-ref.html @@ -0,0 +1,16 @@ + + + + mmultiscript with mprescripts (reference) + + + + + base + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-002.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-002.html new file mode 100644 index 0000000000..c5e426008f --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-002.html @@ -0,0 +1,18 @@ + + + + mmultiscript with mprescripts + + + + + + + + + base + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-003-ref.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-003-ref.html new file mode 100644 index 0000000000..daac6b3346 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-003-ref.html @@ -0,0 +1,42 @@ + + + + alignment of mmultiscript sub/superscripts + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-003.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-003.html new file mode 100644 index 0000000000..7de3e98b8a --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-003.html @@ -0,0 +1,42 @@ + + + + alignment of mmultiscript sub/superscripts + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-false-ref.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-false-ref.html new file mode 100644 index 0000000000..db72d0c5e2 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-false-ref.html @@ -0,0 +1,70 @@ + + + + Horizontal alignment of base with munder/mover scripts (accent="false") + + + + + + + + + + + + + + + + + + + +
movermunder
Over < BaseOver > BaseUnder < BaseUnder > Base
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-false.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-false.html new file mode 100644 index 0000000000..0d4205410a --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-false.html @@ -0,0 +1,57 @@ + + + + Horizontal alignment of base with munder/mover scripts (accent="false") + + + + + + + + + + + + + + + + + + + + + + +
movermunder
Over < BaseOver > BaseUnder < BaseUnder > Base
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-true-ref.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-true-ref.html new file mode 100644 index 0000000000..da1033563e --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-true-ref.html @@ -0,0 +1,70 @@ + + + + Horizontal alignment of base with munder/mover scripts (accent="true") + + + + + + + + + + + + + + + + + + + +
movermunder
Over < BaseOver > BaseUnder < BaseUnder > Base
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-true.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-true.html new file mode 100644 index 0000000000..aa70d244f3 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/munder-mover-align-accent-true.html @@ -0,0 +1,57 @@ + + + + Horizontal alignment of base with munder/mover scripts (accent="true") + + + + + + + + + + + + + + + + + + + + + + +
movermunder
Over < BaseOver > BaseUnder < BaseUnder > Base
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-false-ref.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-false-ref.html new file mode 100644 index 0000000000..c339149c25 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-false-ref.html @@ -0,0 +1,85 @@ + + + + Horizontal alignment of base with munder/mover scripts (accent="false") + + + + + + + + + + + + + + + + + + +
munderover
Over < Base < UnderOver > Base > UnderOver = Under < BaseOver = Under > Base
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-false.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-false.html new file mode 100644 index 0000000000..2c082612a2 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-false.html @@ -0,0 +1,60 @@ + + + + Horizontal alignment of base with munder/mover scripts (accent="false") + + + + + + + + + + + + + + + + + + + + + +
munderover
Over < Base < UnderOver > Base > UnderOver = Under < BaseOver = Under > Base
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-true-ref.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-true-ref.html new file mode 100644 index 0000000000..aababcb17b --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-true-ref.html @@ -0,0 +1,85 @@ + + + + Horizontal alignment of base with munder/mover scripts (accent="true") + + + + + + + + + + + + + + + + + + +
munderover
Over < Base < UnderOver > Base > UnderOver = Under < BaseOver = Under > Base
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-true.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-true.html new file mode 100644 index 0000000000..e6578ade52 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/munderover-align-accent-true.html @@ -0,0 +1,60 @@ + + + + Horizontal alignment of base with munder/mover scripts (accent="true") + + + + + + + + + + + + + + + + + + + + + +
munderover
Over < Base < UnderOver > Base > UnderOver = Under < BaseOver = Under > Base
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + -- cgit v1.2.3