gecko-dev/testing
Masayuki Nakano 6725ec2b0e Bug 1601585 - Add a WPT to test selection in a `contenteditable` element with changing `designMode` r=smaug
We should port `editor/libeditor/tests/test_bug622371.html` to WPT.  It was
written for compatibility issue with CKEditor 9 years ago and Gecko and
Blink behave as exactly same.  Only Safari normalize the selection into the
end of the text node, but Safari also does not change selection at turning
on/off `designMode` too.  Therefore, all browser engines have implicit
agreement at least that selection shouldn't be changed at changing
`designMode`.

Differential Revision: https://phabricator.services.mozilla.com/D62813

--HG--
extra : moz-landing-system : lando
2020-02-15 08:18:20 +00:00
..
awsy Fix Bug 1607344; remove legacy stylo-seq linux64 jobs. r=erahm,jmaher 2020-01-14 22:36:47 +00:00
condprofile Bug 1610712 - Allow downgrades of profiles r=Bebe 2020-02-14 08:52:28 +00:00
config Bug 1573383 - [marionette] Remove firefox-puppeteer Python package. r=marionette-reviewers,maja_zf 2020-02-13 19:50:42 +00:00
crashtest Bug 1603825 - Suppress the VR permission UI when no VR runtimes are detected r=daoshengmu,bzbarsky 2020-01-03 22:47:26 +00:00
extensions
firefox-ui Bug 1573383 - [marionette] Remove firefox-puppeteer Python package. r=marionette-reviewers,maja_zf 2020-02-13 19:50:42 +00:00
geckodriver Bug 1613975 - Mark geckodriver as Rust 2018, r=whimboo,webdriver-reviewers 2020-02-10 14:53:43 +00:00
gtest
jsshell
marionette Bug 1573383 - [marionette] Remove firefox-puppeteer Python package. r=marionette-reviewers,maja_zf 2020-02-13 19:50:42 +00:00
mochitest Bug 1614822 - Enable ESLint for testing/mochitest/tests/Harness_sanity/. r=kmag 2020-02-12 19:38:40 +00:00
modules
mozbase Bug 1614954 - [mozdevice] Do not attempt to grant android.permission.FOREGROUND_SERVICE, r=gbrown,snorp 2020-02-12 17:42:34 +00:00
mozharness Bug 1573383 - [marionette] Remove firefox-puppeteer Python package. r=marionette-reviewers,maja_zf 2020-02-13 19:50:42 +00:00
perfdocs Bug 1599099 - Update raptor test descriptions r=sparky,octavian_negru,perftest-reviewers 2020-02-12 07:00:43 +00:00
profiles Bug 1613627 - Rename all 'geo.wifi' related preferences to match the 'geo.provider.' convention and move default values to all.js. r=garvan 2020-02-06 14:50:22 +00:00
raptor Bug 1532315 - Allow Raptor test INI settings to use 'False/false' or 'True/true' r=perftest-reviewers,whimboo 2020-02-14 08:28:40 +00:00
runtimes Bug 1608833 - Update test runtimes files, r=gbrown 2020-01-15 21:20:16 +00:00
specialpowers Bug 1611021 - part1 : add a method in special power to generate media control key events. r=bzbarsky 2020-01-23 03:26:39 +00:00
talos Bug 1606514 - Faster visible-rows-only and pixel-aligned waterfall column r=Honza,jdescottes 2020-02-14 23:15:28 +00:00
tools Bug 1605128: Make websocket_process_bridge less picky about the version of six it wants. r=ahal 2020-01-21 19:45:33 +00:00
tps Bug 1524327 remove MOZ_ALLOW_LEGACY_EXTENSIONS and extensions.legacy.enabled r=zombie,aswan 2020-01-15 21:38:40 +00:00
web-platform Bug 1601585 - Add a WPT to test selection in a `contenteditable` element with changing `designMode` r=smaug 2020-02-15 08:18:20 +00:00
webdriver Bug 1613975 - Mark webdriver crate as Rust 2018, r=whimboo,webdriver-reviewers 2020-02-10 14:53:43 +00:00
xpcshell Bug 1613867 - Enable ESLint on testing/xpcshell/moz-http2/ (automatic changes). r=dragana 2020-02-10 09:31:25 +00:00
README.txt
addtest.py Bug 1610331 - use unix newlines when using 'mach addtest' on Windows, r=ahal 2020-01-21 16:51:39 +00:00
cppunittest.ini Bug 1610790: Part 2 - Implement GetProcAddress for a remote process. r=handyman 2020-02-11 22:21:10 +02:00
mach_commands.py Bug 1614771 - Run `./mach addtest` with Python 3 r=ahal 2020-02-13 16:56:44 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testinfo.py Bug 1609508 - Adjust test-info report queries; r=jmaher 2020-01-22 09:05:11 +00:00
testsuite-targets.mk Bug 1606182 - add python-test using python3 to make check r=Callek 2019-12-30 18:02:23 +00:00

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