Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup some MathML tests using unshipped features.
* dir-1: Ignore mfenced (no longer implemented) and move the remaining case not tested by direction-overall.html into direction-mpadded.html This seems complementary to the RTL test in mpadded-003.html * link-1: We removed support for XLink in MathML. This is actually testing non-XLink href, removed unnecessary XLink stuff. * mstyle-1: We removed support for all these attributes except linethickness, already covered by legacy-mstyle-attributes.html * mstyle-2: We removed support for maction. * mstyle-3: We removed support for nonzero unitless values, use equivalent length expression. * mstyle-5: We removed support for lquote/rquote. * table-width-1: Remove test for mfenced (no longer implemented). * semantics-1: We removed support for maction. * ssty3/ssty4: These tests were removed in bug 1788637 but the references were incorrectly left. * opentype-stretchy.html: Was likely using scriptminsizemultiplier="1" to make the test more robust, but unshipping support for this attribute didn't affect the test. * mathml_example_test.html: Ditto. * mfrac-D-2.html: We removed support for linethickness="thin", use another valid value different to the one set by JS. * number-size: We removed support for non-zero unitless values. Already covered by mathml/relations/css-styling/lengths-1.html * mfrac-linethickness{1,2,3}: We removed support for non-zero unitless values. Move uncovered tests into presentation-markup/fractions/frac-linethickness-001.html frac-linethickness-002.html also checks negative values, but Firefox does not align with MathML Core (bug 1846718). * munderover-align-accent-false.html: We removed support for munderover@align. This was using the default "center" value and had no effect. * scriptshift-1: We removed support for subscriptshift and superscriptshift. Already covered by subsup-legacy-scriptshift-attributes-001.tentative.html Differential Revision: https://phabricator.services.mozilla.com/D185146 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1846721 gecko-commit: ca0ed80a18d3ecf723d93683a8c2938fb36e8ab4 gecko-reviewers: emilio
- Loading branch information