gecko-dev/testing
Mats Palmgren 25f361c801 Bug 1716171 - Make inert-retargeting-iframe.tentative.html more robust. r=emilio
This change fixes two problems:
1. an auto-positioned relative pos box may fall on a
fractional pixel position. This breaks the test since it
uses positionMove(), which throws if its params aren't
integers:
https://searchfox.org/mozilla-central/rev/0c7c41109902cb8967ec3ef2c0ddb326701cfbee/remote/marionette/action.js#743-745,750-752
2. appending text (with ::after) when a click occurs made
the text too wide to fit on one line and thus made these
boxes have a larger height which caused them to get in
the way of the intended target of the click.

Differential Revision: https://phabricator.services.mozilla.com/D117590
2021-06-13 14:21:48 +00:00
..
awsy Bug 1714601 - Add placeholders for missing test definitions in AWSY docs;r=perftest-reviewers,AndraEsanu,sparky 2021-06-08 07:26:03 +00:00
condprofile Bug 1708760 - Build conditioned profiles during the tests. r=perftest-reviewers,AlexandruIonescu 2021-06-11 15:52:47 +00:00
config Bug 1714641: Remove usages of vendored "wptserve_py2" library r=jgraham,ahal 2021-06-09 15:48:51 +00:00
crashtest
docs
extensions
firefox-ui Bug 1711497 - Remove browser.proton.enabled checks/setters from tests r=Gijs,marionette-reviewers,whimboo 2021-05-20 13:03:51 +00:00
geckodriver Bug 1693004 - [geckodriver] Add support for the "webSocketUrl" capability. r=webdriver-reviewers,jgraham 2021-06-09 18:15:11 +00:00
gtest Bug 1696251 - Pass MachCommandBase object as first argument for Mach Commands. r=mhentges,remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers 2021-05-17 16:15:58 +00:00
jsshell
marionette Bug 1714348 - [marionette] Update chrome imports for Marionette modules to /remote/content/marionette r=webdriver-reviewers,Gijs,whimboo 2021-06-07 10:08:24 +00:00
mochitest Bug 1712900, rework waitForFocus/promiseFocus so that it works with fission, r=hsivonen 2021-06-03 19:41:19 +00:00
modules
mozbase Bug 1714641: Remove usages of vendored "backports" code r=ahal,perftest-reviewers 2021-06-09 15:48:52 +00:00
mozharness Bug 1708760 - Build conditioned profiles during the tests. r=perftest-reviewers,AlexandruIonescu 2021-06-11 15:52:47 +00:00
perfdocs Bug 1708760 - Add a pageload test for about:welcome. r=perftest-reviewers,AlexandruIonescu 2021-06-11 15:52:47 +00:00
performance
profiles
raptor Bug 1708760 - Add a pageload test for about:welcome. r=perftest-reviewers,AlexandruIonescu 2021-06-11 15:52:47 +00:00
runtimes Bug 1713679 - Update test runtimes data for new manifest; r=ahal 2021-06-03 15:14:38 +00:00
specialpowers Bug 1715142 - introduce nsIPublicKeyPinningService and remove 'type' parameter from nsISiteSecurityService r=rmf,necko-reviewers 2021-06-12 01:12:25 +00:00
talos Bug 1706445 - Fix test helpers that use "SessionStore:update", r=nika,perftest-reviewers,sparky 2021-06-01 20:06:48 +00:00
tools Bug 857668: Teach test TURN server to open additional ports, on which it will respond with 300. r=mjf,ahal 2021-05-27 21:08:37 +00:00
tps Bug 1696251 - Pass MachCommandBase object as first argument for Mach Commands. r=mhentges,remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers 2021-05-17 16:15:58 +00:00
web-platform Bug 1716171 - Make inert-retargeting-iframe.tentative.html more robust. r=emilio 2021-06-13 14:21:48 +00:00
webdriver Bug 1693004 - [geckodriver] Add support for the "webSocketUrl" capability. r=webdriver-reviewers,jgraham 2021-06-09 18:15:11 +00:00
xpcshell Bug 1710638 - Enable sandboxing for socket process tests, r=necko-reviewers,dragana 2021-05-21 07:15:21 +00:00
addtest.py
cppunittest.ini Bug 1710923 - migrate windows 7x32 debug tests to windows 10x32. r=ahal 2021-05-24 20:06:43 +00:00
mach_commands.py Bug 1696251 - Pass MachCommandBase object as first argument for Mach Commands. r=mhentges,remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers 2021-05-17 16:15:58 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py
testinfo.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