gecko-dev/testing
Emilio Cobos Álvarez 59258ba1a7 Bug 1459065 - Clip filter effects at the stacking context level. r=mstange
Much like mask images. This is the easy fix, for now.

We need to override the ASR clips with Nothing() because we don't really want
children of this display item to get the parent filter applied. It's not only
redundant, but also may be incorrect if the mask image is not opaque for example
(maybe WR should prevent that?).

This was caught by layout/reftests/w3c-css/submitted/masking/mask-opacity-1a.html

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

--HG--
extra : moz-landing-system : lando
2018-08-28 15:42:14 +00:00
..
awsy
config Bug 1476661 - Ensure H2 dependencies are packaged alongside wptserve where needed, r=jgraham 2018-08-09 11:38:37 +01:00
crashtest Bug 1480354 - Add the new crashtest manifest to the master one. r=me 2018-08-09 10:45:14 -04:00
firefox-ui Bug 1478848 - [fxui] Fix test_ssl_disabled_error_page to correctly wait for page load. r=ato 2018-08-21 11:58:15 +02:00
geckodriver Bug 1484462 - Update webdriver to hyper 0.12. r=ato 2018-08-23 13:15:22 +01:00
gtest
jsshell Bug 1472992 - [jsshell] Run javascript shell benchmarks against Google V8, r=jmaher 2018-08-15 13:52:47 +00:00
marionette Bug 1485580 - [marionette] Update unit tests for invalid timeout values. r=jgraham 2018-08-23 15:58:27 +02:00
mochitest Merge inbound to mozilla-central. a=merge 2018-08-23 01:00:10 +03:00
modules Backed out 3 changesets (bug 1449055) for multiple xpcshell failures on browser/extensions/formautofill/test/ . CLOSED TREE 2018-08-16 00:15:19 +03:00
mozbase Convert mozhttpd's test suite to pytest (Bug 1479420) r=davehunt 2018-08-20 15:55:18 +00:00
mozharness Bug 1446923 - Remove Some Old References to Chrome-Metro r=jlund 2018-08-23 23:24:44 +00:00
profiles Bug 1417050: Add AV1 in MP4 tests. r=jya 2018-08-21 00:06:25 +00:00
raptor Bug 1482151 - run wasm-misc in baseline and ion optional modes. r=ahal 2018-08-21 18:21:40 +00:00
runtimes
specialpowers Bug 1484496: Part 5e - Convert remaining nsISimpleEnumerator users to use JS iteration. r=mccr8 2018-08-18 18:13:14 -07:00
talos Bug 1482052 - add talos test with many files for the debugger; r=ochameau 2018-08-27 12:32:29 +00:00
tools Backed out changeset 5950c9d63c3b (bug 1090497) for build bustages on several files. CLOSED TREE 2018-08-02 19:59:53 +03:00
tps Backed out changeset aaabe6d53de2 (bug 1428713) for causing Bug 1483850 a=backout 2018-08-17 00:17:04 +03:00
web-platform Bug 1459065 - Clip filter effects at the stacking context level. r=mstange 2018-08-28 15:42:14 +00:00
webdriver Bug 1484462 - Update webdriver to hyper 0.12. r=ato 2018-08-23 13:15:22 +01:00
xpcshell Backed out 7 changesets (bug 1473513) for failing devtools e.g. leakcheck | default process: 1618727 bytes leaked 2018-08-22 18:23:46 +03:00
cppunittest.ini
mach_commands.py Backed out changeset fd1542982c9e (bug 1329286) for linting failure on builds/worker/checkouts/gecko/testing/mach_commands.py:12:. 2018-08-20 16:27:42 +03:00
moz.build
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 733530: Use .tar.gz for test archives r=gps 2018-08-01 16:00:03 +00: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