gecko-dev/testing
Andreas Tolfsen 52b1eae73c Bug 1433463 - WebDriver:ElementSendKeys should not run unfocussing steps. r=automatedtester
According to the WebDriver standard the Element Send Keys command
should not run the unfocussing steps.  Not blurring the element
causes the DOM "change" event not to fire, but the specification
only expects the "input" event to fire.

The standard does, however, expect the Element Clear command to
run the unfocussing steps and to blur the element for historical reasons.

MozReview-Commit-ID: FHD1whho0jT

--HG--
extra : rebase_source : a03f2befd3373a0e5a167deca012540887546a4b
2018-02-22 11:26:01 +00:00
..
awsy Bug 1437215 - Measure WebRender memory usage on Linux x86_64 using AWSY tests, r=jmaher 2018-02-21 05:52:04 -08:00
config Bug 1436183 - Update tooltool manifests for Android host-utils (linux), again; r=jmaher 2018-02-08 06:29:08 -07:00
crashtest Bug 1425356 - remove XUL template support, r=bz 2017-12-19 14:11:06 +00:00
firefox-ui Bug 1435733 - Upgrade mixed display content pref. r=baku,ckerschb,francois,mayhemer 2018-02-05 15:37:27 +00:00
geckodriver Bug 1439331 - Upgrade mozrunner log dependency to 0.4. r=jgraham 2018-02-19 12:46:53 +01:00
gtest Bug 1322616 - Report unique message for gtest output timeout; r=jmaher 2017-12-05 15:43:03 -07:00
marionette Bug 1433463 - WebDriver:ElementSendKeys should not run unfocussing steps. r=automatedtester 2018-02-22 11:26:01 +00:00
mochitest Merge inbound to mozilla-central. a=merge 2018-02-16 11:49:59 +02:00
modules Bug 1439772 - Avoid truncating operands when reporting failure for Assert.deepEqual r=mikedeboer 2018-02-20 18:17:16 -05:00
mozbase Backed out changeset 25a1c4b0e2af (bug 1439411) for linting failure. a= backout on a CLOSED TREE 2018-02-20 13:45:08 +02:00
mozharness Backed out changeset a1711e96c622 (bug 1431161) for talos performance test failures- task payload invalid. CLOSED TREE 2018-02-21 21:59:49 +02:00
profiles Bug 1433485 - Update test prefs for telemetry; r=mythmon,dexter 2018-02-21 10:57:04 -07:00
runtimes Bug 1424917 - Remove support for HSTS Priming. r=mayhemer, r=ckerschb 2018-01-10 11:07:00 -05:00
specialpowers Bug 1437584 - Enable ESLint rule mozilla/use-services for testing/. r=jmaher 2018-02-12 17:10:00 +00:00
talos Bug 1438340 - Only install talos pageloader addon when required, not by default on all tests; r=jmaher 2018-02-15 14:03:11 -05:00
tools Bug 1436857 - Upgrade psutil from version 3.1.1 to 5.4.3. r=gps 2018-02-08 23:22:16 +01:00
tps Bug 1425987 - part 2: Cleanup Sync logging by rationalizing preference management. r=tcsc 2017-12-19 09:48:31 +11:00
web-platform Bug 1433463 - WebDriver:ElementSendKeys should not run unfocussing steps. r=automatedtester 2018-02-22 11:26:01 +00:00
webdriver Backed out changeset 1f94fa48c7dc (bug 1396819) for build bustage 2018-02-19 14:21:12 +02:00
xpcshell Bug 1437584 - Enable ESLint rule mozilla/use-services for testing/. r=jmaher 2018-02-12 17:10:00 +00:00
cppunittest.ini
mach_commands.py Bug 1437912 - [moztest] Map flavors and subsuites to a suite definition, r=gbrown 2018-02-13 14:16:46 -05:00
moz.build Bug 1433974 - Update BUG_COMPONENT for some of the new Testing components, r=jmaher 2018-01-29 12:57:54 -05:00
README.txt
remotecppunittests.py Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
runcppunittests.py Bug 1377007 - autospider.py,runcppunittests.py export the path to directory js/src,r=Yoric 2017-12-08 11:14:12 +01:00
testsuite-targets.mk Bug 1412932 - Inline pgo-profile-run target; r=ted 2017-11-07 15:06:45 -08:00

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