зеркало из https://github.com/mozilla/gecko-dev.git
02045f09e3
This patch adds a test case to check the visibility of the track counter is correct in different situations, including zero tracker, one tracker and multiple trackers. Also, this patch fixes an issue that the BrowserTestUtils.waitForAttributes() won't work if the waiting attributes doesn't have a value or has an empty string as its value. We check the value of the observing attribute to verify if it is existing, however an empty string will be treated as a false, so it won't pass the check if the attribute doesn't have a value. Hence, we should use hasAttribute() instead of getAttribute() to check the existence of the attribute. Differential Revision: https://phabricator.services.mozilla.com/D42718 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
awsy | ||
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