From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../presentation-markup/fractions/frac-1.html | 191 +++++++++ .../fractions/frac-bar-001-ref.html | 21 + .../fractions/frac-bar-001.html | 56 +++ .../fractions/frac-bar-002-ref.html | 23 ++ .../fractions/frac-bar-002.html | 83 ++++ .../fractions/frac-bar-003-ref.html | 21 + .../fractions/frac-bar-003.html | 46 +++ .../fractions/frac-color-001-notref.html | 16 + .../fractions/frac-color-001.html | 20 + .../fractions/frac-color-002-ref.html | 14 + .../fractions/frac-color-002.html | 34 ++ .../fractions/frac-created-dynamically-2-ref.html | 17 + .../fractions/frac-created-dynamically-2.html | 44 +++ .../fractions/frac-created-dynamically-3-ref.html | 16 + .../fractions/frac-created-dynamically-3.html | 36 ++ .../fractions/frac-created-dynamically-ref.html | 16 + .../fractions/frac-created-dynamically.html | 39 ++ .../fractions/frac-default-padding-ref.html | 19 + .../fractions/frac-default-padding.html | 37 ++ .../fractions/frac-invalid-2-ref.html | 15 + .../fractions/frac-invalid-2.html | 18 + .../fractions/frac-invalid-3-ref.html | 17 + .../fractions/frac-invalid-3.html | 20 + .../fractions/frac-invalid-ref.html | 14 + .../fractions/frac-invalid.html | 17 + ...ac-legacy-bevelled-attribute.tentative-ref.html | 18 + .../frac-legacy-bevelled-attribute.tentative.html | 28 ++ .../fractions/frac-linethickness-001-ref.html | 42 ++ .../fractions/frac-linethickness-001.html | 47 +++ .../fractions/frac-linethickness-002.html | 131 ++++++ .../fractions/frac-linethickness-003-notref.html | 16 + .../fractions/frac-linethickness-003.html | 19 + .../fractions/frac-linethickness-004-ref.html | 27 ++ .../fractions/frac-linethickness-004.html | 32 ++ .../fractions/frac-mrow-001-ref.html | 16 + .../fractions/frac-mrow-001.html | 28 ++ .../frac-numalign-denomalign-001-ref.html | 75 ++++ .../fractions/frac-numalign-denomalign-001.html | 56 +++ .../fractions/frac-parameters-1.html | 440 +++++++++++++++++++++ .../fractions/frac-parameters-2.html | 290 ++++++++++++++ .../fractions/frac-parameters-3.html | 168 ++++++++ .../fractions/frac-parameters-gap-001-ref.html | 63 +++ .../fractions/frac-parameters-gap-001.html | 90 +++++ .../fractions/frac-parameters-gap-002-ref.html | 63 +++ .../fractions/frac-parameters-gap-002.html | 90 +++++ .../fractions/frac-parameters-gap-003-ref.html | 63 +++ .../fractions/frac-parameters-gap-003.html | 90 +++++ .../fractions/frac-parameters-gap-004-ref.html | 63 +++ .../fractions/frac-parameters-gap-004.html | 90 +++++ .../fractions/frac-parameters-gap-005-ref.html | 63 +++ .../fractions/frac-parameters-gap-005.html | 90 +++++ .../fractions/frac-parameters-gap-006-ref.html | 63 +++ .../fractions/frac-parameters-gap-006.html | 90 +++++ .../fractions/frac-rendering-from-in-flow-ref.html | 15 + .../fractions/frac-rendering-from-in-flow.html | 40 ++ .../fractions/frac-visibility-001-ref.html | 12 + .../fractions/frac-visibility-001.html | 24 ++ 57 files changed, 3292 insertions(+) create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-1.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-001-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-002-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-002.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-003-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-003.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-001-notref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-002-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-002.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-2-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-2.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-3-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-3.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-default-padding-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-default-padding.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-2-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-2.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-3-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-3.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-001-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-002.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-003-notref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-003.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-004-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-004.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-mrow-001-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-mrow-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-1.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-2.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-3.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-001-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-002-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-002.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-003-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-003.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-004-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-004.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-005-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-005.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-006-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-006.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-rendering-from-in-flow-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-rendering-from-in-flow.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-visibility-001-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/fractions/frac-visibility-001.html (limited to 'testing/web-platform/tests/mathml/presentation-markup/fractions') diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-1.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-1.html new file mode 100644 index 0000000000..604e574322 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-1.html @@ -0,0 +1,191 @@ + + + + +Fraction + + + + + + + + + + + + + +
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+
+ + + + + + +
+
+ + + + + + +
+
+ + + + + + +
+
+ + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-001-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-001-ref.html new file mode 100644 index 0000000000..5b7a8dff47 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-001-ref.html @@ -0,0 +1,21 @@ + + + + + fractions bar + + + +

This test passes if you see a green square.

+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-001.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-001.html new file mode 100644 index 0000000000..8284546e4f --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-001.html @@ -0,0 +1,56 @@ + + + + + fractions bar + + + + + + + + + +

This test passes if you see a green square.

+
+ + + + + + +
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-002-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-002-ref.html new file mode 100644 index 0000000000..9d5eef896a --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-002-ref.html @@ -0,0 +1,23 @@ + + + + + fractions bar + + + +

This test passes if you see a green square and no red.

+
+
+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-002.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-002.html new file mode 100644 index 0000000000..3eb5433e82 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-002.html @@ -0,0 +1,83 @@ + + + + + fractions bar + + + + + + + + + +

This test passes if you see a green square and no red.

+
+
+
+ + + + + + + + +
+
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-003-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-003-ref.html new file mode 100644 index 0000000000..6bb6370d6e --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-003-ref.html @@ -0,0 +1,21 @@ + + + + + fractions bar (reference) + + + +

This test passes if you see a green square.

+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-003.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-003.html new file mode 100644 index 0000000000..69b45ea29c --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-bar-003.html @@ -0,0 +1,46 @@ + + + + + fractions bar + + + + + + + +

This test passes if you see a green square.

+
+ + + + + + +
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-001-notref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-001-notref.html new file mode 100644 index 0000000000..498d6277a3 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-001-notref.html @@ -0,0 +1,16 @@ + + + + + Fraction bar color + + +

This test passes if you see a fraction with a blue fraction bar.

+ + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-001.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-001.html new file mode 100644 index 0000000000..442388a6eb --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-001.html @@ -0,0 +1,20 @@ + + + + + Fraction bar color + + + + + + +

This test passes if you see a fraction with a blue fraction bar.

+ + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-002-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-002-ref.html new file mode 100644 index 0000000000..fe2f4fa7b1 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-002-ref.html @@ -0,0 +1,14 @@ + + + + + fractions color + + +

This test passes if you see a green square and a blue square.

+
+
+
+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-002.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-002.html new file mode 100644 index 0000000000..5c87212f59 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-002.html @@ -0,0 +1,34 @@ + + + + + fractions color + + + + + + +

This test passes if you see a green square and a blue square.

+
+ + + + + + + +
+
+ + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-2-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-2-ref.html new file mode 100644 index 0000000000..d389906112 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-2-ref.html @@ -0,0 +1,17 @@ + + + + + mfrac created dynamically + + +

This test passes if it renders the same as an invalid fraction with 3 children.

+ + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-2.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-2.html new file mode 100644 index 0000000000..8e9fa520ea --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-2.html @@ -0,0 +1,44 @@ + + + + +mfrac created dynamically + + + + + + + +

This test passes if it renders the same as an invalid fraction with 3 children.

+ + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-3-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-3-ref.html new file mode 100644 index 0000000000..f8db144cfe --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-3-ref.html @@ -0,0 +1,16 @@ + + + + + mfrac created dynamically + + +

This test passes if you see a fraction 1/3.

+ + + 1 + 3 + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-3.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-3.html new file mode 100644 index 0000000000..1f7e23bb84 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-3.html @@ -0,0 +1,36 @@ + + + + +mfrac created dynamically + + + + + + + +

This test passes if you see a fraction 1/3.

+ + + 1 + 2 + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-ref.html new file mode 100644 index 0000000000..e10405c572 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-ref.html @@ -0,0 +1,16 @@ + + + + + mfrac created dynamically + + +

This test passes if you see a fraction.

+ + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically.html new file mode 100644 index 0000000000..8f65e8d9cf --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically.html @@ -0,0 +1,39 @@ + + + + +mfrac created dynamically + + + + + + + +

This test passes if you see a fraction.

+ + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-default-padding-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-default-padding-ref.html new file mode 100644 index 0000000000..93d3e0162b --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-default-padding-ref.html @@ -0,0 +1,19 @@ + + + + + fraction default padding + + +

This test passes if you see three green squares of same size, separated by a gap of one pixel.

+
+ + + + + + + +
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-default-padding.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-default-padding.html new file mode 100644 index 0000000000..30f155661a --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-default-padding.html @@ -0,0 +1,37 @@ + + + + + fraction default padding + + + + + + +

This test passes if you see three green squares of same size, separated by a gap of one pixel.

+
+ + + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-2-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-2-ref.html new file mode 100644 index 0000000000..d57c20901b --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-2-ref.html @@ -0,0 +1,15 @@ + + + + +mfrac with one child + + +

This test passes if you see a single rectangle.

+ + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-2.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-2.html new file mode 100644 index 0000000000..729fe813d0 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-2.html @@ -0,0 +1,18 @@ + + + + +mfrac with one child + + + + + +

This test passes if you see a single rectangle.

+ + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-3-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-3-ref.html new file mode 100644 index 0000000000..703e4aeca0 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-3-ref.html @@ -0,0 +1,17 @@ + + + + +mfrac with three children + + +

This test passes if you see a single rectangle.

+ + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-3.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-3.html new file mode 100644 index 0000000000..d56b55ef80 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-3.html @@ -0,0 +1,20 @@ + + + + +mfrac with three children + + + + + +

This test passes if you see a single rectangle.

+ + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-ref.html new file mode 100644 index 0000000000..beb3024732 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid-ref.html @@ -0,0 +1,14 @@ + + + + +mfrac with zero children + + +

This test passes if mfrac renders nothing.

+ + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid.html new file mode 100644 index 0000000000..78e11e7e2b --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-invalid.html @@ -0,0 +1,17 @@ + + + + +mfrac with zero children + + + + + +

This test passes if mfrac renders nothing.

+ + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative-ref.html new file mode 100644 index 0000000000..f0b355c7bd --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative-ref.html @@ -0,0 +1,18 @@ + + + + + fractions bevelled (reference) + + +

Test passes is you see a blue rectangle above a green rectangle, separated by a horizontal bar.

+

+ + + + + + +

+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative.html new file mode 100644 index 0000000000..a98fc0f979 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative.html @@ -0,0 +1,28 @@ + + + + + fractions bevelled + + + + + + + +

Test passes is you see a blue rectangle above a green rectangle, separated by a horizontal bar.

+

+ + + + + + +

+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-001-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-001-ref.html new file mode 100644 index 0000000000..d4be8ea03b --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-001-ref.html @@ -0,0 +1,42 @@ + + + + + fractions linethickness + + + +

This test passes if you see the same fraction four times.

+ + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-001.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-001.html new file mode 100644 index 0000000000..918d4aba6e --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-001.html @@ -0,0 +1,47 @@ + + + + + fractions linethickness + + + + + + +

This test passes if you see the same fraction four times.

+ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-002.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-002.html new file mode 100644 index 0000000000..bb47f18687 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-002.html @@ -0,0 +1,131 @@ + + + + + fractions linethickness + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-003-notref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-003-notref.html new file mode 100644 index 0000000000..934d666333 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-003-notref.html @@ -0,0 +1,16 @@ + + + + + fractions linethickness + + +

This test passes if you see a fraction without fraction bar.

+ + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-003.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-003.html new file mode 100644 index 0000000000..d930f058c5 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-003.html @@ -0,0 +1,19 @@ + + + + + fractions linethickness + + + + + +

This test passes if you see a fraction without fraction bar.

+ + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-004-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-004-ref.html new file mode 100644 index 0000000000..8014f0a895 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-004-ref.html @@ -0,0 +1,27 @@ + + + + + fractions linethickness + + + +

This test passes if you see no fraction bar.

+ + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-004.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-004.html new file mode 100644 index 0000000000..bfb708c092 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-004.html @@ -0,0 +1,32 @@ + + + + + fractions linethickness + + + + + + +

This test passes if you see no fraction bar.

+ + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-mrow-001-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-mrow-001-ref.html new file mode 100644 index 0000000000..e42cb96fe8 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-mrow-001-ref.html @@ -0,0 +1,16 @@ + + + + + Fraction mrow + + +

This test passes if you see a fraction with a blue square as numerator and a cyan square as denominator.

+ + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-mrow-001.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-mrow-001.html new file mode 100644 index 0000000000..82e817e4de --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-mrow-001.html @@ -0,0 +1,28 @@ + + + + + Fraction mrow + + + + + + +

This test passes if you see a fraction with a blue square as numerator and a cyan square as denominator.

+ + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001-ref.html new file mode 100644 index 0000000000..09b83e9efb --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001-ref.html @@ -0,0 +1,75 @@ + + + + + Fraction numalign denomalign + + +

This test passes if you see 6 fractions with numerators and + denominators horizontally centered.

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001.html new file mode 100644 index 0000000000..653962f33d --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001.html @@ -0,0 +1,56 @@ + + + + + Fraction numalign denomalign + + + + + +

This test passes if you see 6 fractions with numerators and + denominators horizontally centered.

+

+ + + + + + + + + + + + + + + + + + +

+

+ + + + + + + + + + + + + + + + + + +

+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-1.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-1.html new file mode 100644 index 0000000000..3c5e35159e --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-1.html @@ -0,0 +1,440 @@ + + + + +Fraction parameters + + + + + + + + + + +
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + +

+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-2.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-2.html new file mode 100644 index 0000000000..d09ad8272c --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-2.html @@ -0,0 +1,290 @@ + + + + +Stack parameters + + + + + + + + + + +
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + +

+
+

+ + + + + + +

+
+

+ + + + + + +

+
+

+ + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-3.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-3.html new file mode 100644 index 0000000000..ddcb9d5a69 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-3.html @@ -0,0 +1,168 @@ + + + + +Fraction/Stack parameters (fallback) + + + + + + + + + + + +
+

+ + + + + + + +

+

+ + + + + + +

+
+

+ + + + + + + +

+

+ + + + + + +

+
+

+ + + + + + + +

+
+

+ + + + + + + +

+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-001-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-001-ref.html new file mode 100644 index 0000000000..06fe8d8d35 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-001-ref.html @@ -0,0 +1,63 @@ + + + + +Fraction parameters + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + + + + + + + + + + +

+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-001.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-001.html new file mode 100644 index 0000000000..ee31231145 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-001.html @@ -0,0 +1,90 @@ + + + + +Fraction parameters (display gap between bar and denominator) + + + + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + + A + + + + B + + + + C + + +

+
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-002-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-002-ref.html new file mode 100644 index 0000000000..30958a6a5f --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-002-ref.html @@ -0,0 +1,63 @@ + + + + +Fraction parameters + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + + + + + + + + + + +

+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-002.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-002.html new file mode 100644 index 0000000000..bf77b2d910 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-002.html @@ -0,0 +1,90 @@ + + + + +Fraction parameters (inline gap between bar and denominator) + + + + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + + A + + + + B + + + + C + + +

+
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-003-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-003-ref.html new file mode 100644 index 0000000000..70e2ec5a88 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-003-ref.html @@ -0,0 +1,63 @@ + + + + +Fraction parameters + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + + + + + + + + + + +

+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-003.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-003.html new file mode 100644 index 0000000000..c35c11ffdc --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-003.html @@ -0,0 +1,90 @@ + + + + +Fraction parameters (display gap between bar and numerator) + + + + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + A + + + + B + + + + C + + + +

+
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-004-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-004-ref.html new file mode 100644 index 0000000000..675d33fbcc --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-004-ref.html @@ -0,0 +1,63 @@ + + + + +Fraction parameters + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + + + + + + + + + + +

+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-004.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-004.html new file mode 100644 index 0000000000..6d567d02d9 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-004.html @@ -0,0 +1,90 @@ + + + + +Fraction parameters (inline gap between bar and numerator) + + + + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + A + + + + B + + + + C + + + +

+
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-005-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-005-ref.html new file mode 100644 index 0000000000..c794a50047 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-005-ref.html @@ -0,0 +1,63 @@ + + + + +Fraction parameters + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + + + + + + + + + + +

+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-005.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-005.html new file mode 100644 index 0000000000..a0aa13e679 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-005.html @@ -0,0 +1,90 @@ + + + + +Stack parameters (display gap between numerator and denominator) + + + + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + + A + + + + B + + + + C + + +

+
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-006-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-006-ref.html new file mode 100644 index 0000000000..02faaad19f --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-006-ref.html @@ -0,0 +1,63 @@ + + + + +Fraction parameters + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + + + + + + + + + + +

+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-006.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-006.html new file mode 100644 index 0000000000..1260126e55 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-parameters-gap-006.html @@ -0,0 +1,90 @@ + + + + +Stack parameters (display gap between numerator and denominator) + + + + + + + + +

+ This test passes if the blue squares are aligned: +

+

+ + + + + + + + + + + A + + + + B + + + + C + + +

+
+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-rendering-from-in-flow-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-rendering-from-in-flow-ref.html new file mode 100644 index 0000000000..71f1583fd9 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-rendering-from-in-flow-ref.html @@ -0,0 +1,15 @@ + + + + + fraction rendering from in-flow children + + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-rendering-from-in-flow.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-rendering-from-in-flow.html new file mode 100644 index 0000000000..b57564b574 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-rendering-from-in-flow.html @@ -0,0 +1,40 @@ + + + + + fraction rendering from in-flow children + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-visibility-001-ref.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-visibility-001-ref.html new file mode 100644 index 0000000000..41a262d511 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-visibility-001-ref.html @@ -0,0 +1,12 @@ + + + + + Fraction bar visibility + + +

This test passes if you see a green square and no red.

+
+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-visibility-001.html b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-visibility-001.html new file mode 100644 index 0000000000..29212c0594 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-visibility-001.html @@ -0,0 +1,24 @@ + + + + + Fraction bar visibility + + + + + + +

This test passes if you see a green square and no red.

+
+ + + + + + +
+ + + + -- cgit v1.2.3