forked from mirrors/gecko-dev
Bug 1883603 - Add warnings for MathML regarding new tests. r=emilio,layout-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D203589
This commit is contained in:
parent
95f54b44a6
commit
a5f9ebabef
2 changed files with 15 additions and 0 deletions
|
|
@ -1,6 +1,15 @@
|
||||||
|
# WARNING: This directory was used for MathML mochitests and is only preserved
|
||||||
|
# for the ones that cannot be rewritten as web-platform-tests.
|
||||||
|
# If you want to add new tests for MathML, please instead consider adding them
|
||||||
|
# to `testing/web-platform/tests/mathml` (for MathML Core tests) or to
|
||||||
|
# `testing/web-platform/mozilla/tests/mathml/` (for Gecko-specific tests).
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
support-files = ["test_disabled_chrome_iframe.html"]
|
support-files = ["test_disabled_chrome_iframe.html"]
|
||||||
prefs = ["mathml.disabled=true"]
|
prefs = ["mathml.disabled=true"]
|
||||||
|
|
||||||
|
# FIXME(bug 1847206): Rather than a chrome mochitest, this should probably be a
|
||||||
|
# browser mochitest, because the goal was to check `mathml.disabled` doesn't
|
||||||
|
# apply to the user interface.
|
||||||
["test_disabled_chrome.html"]
|
["test_disabled_chrome.html"]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
# WARNING: This directory was used for MathML reftests and is only preserved for
|
||||||
|
# the ones that cannot be rewritten as web-platform-tests.
|
||||||
|
# If you want to add new tests for MathML, please instead consider adding them
|
||||||
|
# to `testing/web-platform/tests/mathml` (for MathML Core tests) or to
|
||||||
|
# `testing/web-platform/mozilla/tests/mathml/` (for Gecko-specific tests).
|
||||||
|
|
||||||
# radicalbar*.html tests rely on reftest-zoom to verify the visibility of the
|
# radicalbar*.html tests rely on reftest-zoom to verify the visibility of the
|
||||||
# radical bar at different zoom levels. There does not seem to be any equivalent
|
# radical bar at different zoom levels. There does not seem to be any equivalent
|
||||||
# way of testing that via WPT. See bug 1850661.
|
# way of testing that via WPT. See bug 1850661.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue