зеркало из https://github.com/mozilla/gecko-dev.git
c3a43fad05
These tests assume the system has both text- and emoji-style glyphs available for U+263A, the old WHITE SMILING FACE symbol that has long existed in legacy fonts, and now also supports an emoji-style rendering. If two distinct presentations are not available, the first (mismatch) test will fail. The spec says: > Even when font-variant-emoji is used, the presence of Variation Selector 15 (U+FE0E) or Variation Selector 16 (U+FE0F) > in the contents of an element override the rendering specified in font-variant-emoji. > Therefore, font-variant-emoji sets a default presentation which the text being rendered can opt out of. So the second test checks that U+263A responds to the property as expected, and that the variation selectors can still override it. Depends on D147496 Differential Revision: https://phabricator.services.mozilla.com/D159495 |
||
---|---|---|
.. | ||
awsy | ||
condprofile | ||
config | ||
crashtest | ||
docs | ||
extensions | ||
firefox-ui | ||
fxrecord/perfdocs | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
perfdocs | ||
performance | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webcompat | ||
webdriver | ||
xpcshell | ||
README.txt | ||
addtest.py | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testinfo.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