gecko-dev/testing
Frédéric Wang 90172bae44 Bug 1575596 - MathML Lengths: Do not accept numbers ending with a dot. r=emilio
See https://github.com/mathml-refresh/mathml/issues/23
and https://groups.google.com/forum/#!topic/mozilla.dev.platform/wIjm9JjVHNg

This commit introduces a new preference option
mathml.legacy_number_syntax.disabled to disable legacy MathML numbers
(e.g. "1234.") that are not supported by CSS. This feature is now disabled by
default.

* test_bug553917.html is updated to check that such legacy values now cause an
  error message to be logged into the console when the feature is disabled.
* Legacy MathML features are now disabled for WPT mathml test in a global
  __dir__.ini file. Removing legacy numbers allow to pass
  mathml/relations/css-styling/lengths-2.html

Differential Revision: https://phabricator.services.mozilla.com/D42907

--HG--
extra : moz-landing-system : lando
2019-08-21 23:49:36 +00:00
..
awsy Bug 1571624 - Switch awsy tests to measure common case non-triplets new tab page r=erahm 2019-08-13 18:15:04 +00:00
config Bug 1567954 - Part 1: Initialize Mozpower module and implement PowerBase class. r=perftest-reviewers,ahal,rwood 2019-08-01 20:36:00 +00:00
crashtest
extensions
firefox-ui Bug 1573393 - Remove deprecated Firefox UI security tests. r=johannh 2019-08-15 07:42:27 +00:00
geckodriver bug 1574893: geckodriver: fix broken link in docs; r=me a=doc 2019-08-19 16:07:46 +01:00
gtest
jsshell
marionette Bug 1575511 - [marionette] Remove feature to highlight elements in screenshots. r=webdriver-reviewers,ato 2019-08-21 12:42:25 +00:00
mochitest Bug 1551829 - Upgrade to ESLint 6.1.0. r=mossop 2019-08-21 19:08:44 +00:00
modules
mozbase Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
mozharness Bug 1573208 - Part 1: Add --browsertime flag to Raptor harness. r=rwood 2019-08-21 22:50:47 +00:00
profiles Bug 1554326 - Always set toolkit.telemetry.eventping.enabled during xpcshell tests; r=snorp 2019-08-21 18:24:47 +00:00
raptor Bug 1573208 - Part 1: Add --browsertime flag to Raptor harness. r=rwood 2019-08-21 22:50:47 +00:00
runtimes
specialpowers Bug 1562990 - Remove 'audioMuted' and 'audioVolume' properties from nsIDOMWindowUtils. r=NeilDeakin,alwu,farre 2019-08-19 21:17:21 +00:00
talos Bug 1575249 - Ride along: remove +x permissions on source files r=Ehsan 2019-08-21 09:57:03 +00:00
tools Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
tps Bug 1574382 - use yaml to parse TPS tests. r=tcsc 2019-08-19 20:55:05 +00:00
web-platform Bug 1575596 - MathML Lengths: Do not accept numbers ending with a dot. r=emilio 2019-08-21 23:49:36 +00:00
webdriver Bug 1568540 - Update the url crate to 2.0 r=emilio 2019-08-17 16:26:27 +00:00
xpcshell Bug 1553225 - Run Android 7.0 xpcshell tests against geckoview apk; r=jmaher 2019-08-21 18:24:08 +00:00
addtest.py
cppunittest.ini Bug 1575655 - Add skip-if for TestNativeNt. r=aklotz 2019-08-21 21:47:43 +00:00
mach_commands.py Bug 1572794 - Add summary and filter-values regex to 'mach test-info report'; r=jmaher 2019-08-20 16:19:40 +00:00
moz.build
parse_build_tests_ccov.py Bug 1573435 - Use toolchain fetches for all remaining toolchain uses. r=nalexander 2019-08-15 11:21:52 +09:00
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff