зеркало из https://github.com/mozilla/gecko-dev.git
bb14f09ee9
For compatibility with Chrome, when removing inline style at block parent, we should reset the style with creating `<span>` element whose `style` attribute removes the style. We do this only in CSS mode, but we should do it in HTML mode too. This patch also makes `FontFaceStateCommand::SetState()` ignore `tt` value if its root caller is `Document::ExecCommand()`. It was implemented for composer to handle XUL command in bug 115922. Therefore, we should not do this special handling on the web. If it were possible to separate this change to another bug, it'd be nicer. But without this change, we'll have a lot of regressions of `Document.execCommand("fontname")`. Therefore, this is also fixed in this patch. Note that this removes first `.ini` file selection because the tests cannot be run without test number range parameter. So, the sections are not used anymore. Differential Revision: https://phabricator.services.mozilla.com/D47862 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
awsy | ||
condprofile | ||
config | ||
crashtest | ||
extensions | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webdriver | ||
xpcshell | ||
README.txt | ||
addtest.py | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testsuite-targets.mk |
README.txt
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