summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/mathml/README.md')
-rw-r--r--testing/web-platform/mozilla/tests/mathml/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/mathml/README.md b/testing/web-platform/mozilla/tests/mathml/README.md
index 092dae0251..d579f67987 100644
--- a/testing/web-platform/mozilla/tests/mathml/README.md
+++ b/testing/web-platform/mozilla/tests/mathml/README.md
@@ -46,6 +46,17 @@ any specification:
interpretation is unclear in current version of MathML Core.
See [issue 132](https://github.com/w3c/mathml-core/issues/132).
+- `operator-stretching`: Tests for operator stretching, using Gecko-specific
+ methods that are not part of the current version of MathML Core.
+
+- `rtl`: Tests for RTL MathML, for aspects not completely defined in
+ MathML Core or for which we use things like scale transform for
+ mirroring.
+ See [issue 67](https://github.com/w3c/mathml-core/issues/67).
+
+- `scripts`: Tests for MathML scripted elements, for Gecko features
+ that are not defined in MathML Core or in contradiction with the spec.
+
- `tables`: Tests for
[table features](https://www.w3.org/TR/MathML3/chapter3.html#presm.tabmat)
that are in the initial version of MathML Core.
@@ -55,3 +66,5 @@ any specification:
[whitespace trimming in token elements](https://www.w3.org/TR/MathML3/chapter2.html#fund.collapse)
which is not described in the initial version of MathML Core.
See [issue 149](https://github.com/w3c/mathml-core/issues/149).
+
+- `zoom`: Tests to check MathML rendering at different zoom levels.