gecko-dev/testing
Boris Chiou fe3b7d1fcb Bug 1547533 - Update ResizeObserver tests on <img>. r=dholbert
Looks like onload event is not enough, so we still have intermittents.

Based on the suggestion in html spec:
https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-decode

We decode the image in parallel, and only inserting it into the DOM (and thus
causing it to be painted) once the decoding process is complete.

Because the decode() method attempts to ensure that the decoded image data is
available for at least one frame, it can be combined with the
requestAnimationFrame() API. This means it can be used with coding styles or
frameworks that ensure that all DOM modifications are batched together as
animation frame callbacks.

Hope this could reduce the occurrence rate of this intermittent.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 18:10:04 +00:00
..
awsy Backed out 3 changesets (bug 1558598) for Geckoview failures 2019-06-12 18:19:07 +03:00
config
crashtest
extensions
firefox-ui Bug 1556867 - Remove the old about:private browsing code and pref r=fluent-reviewers,Mardak,Pike,Gijs 2019-06-10 17:01:54 +00:00
geckodriver Bug 1396824 - Part 1: Replace the webdriver router by warp. r=ato 2019-06-24 09:26:59 +00:00
gtest Bug 1558867 - Report log for short runs of 'mach gtest'; r=bc 2019-06-12 20:38:37 +00:00
jsshell
marionette Bug 1560588 - [marionette] Fix focus handling in open_chrome_window() for WindowManagerMixin. r=webdriver-reviewers,ato 2019-06-24 09:28:46 +00:00
mochitest Bug 1557887 - Part 5: Pass a storage principal argument through the browser loadURI()/addTab() APIs; r=baku,mconley 2019-06-12 23:05:36 +00:00
modules
mozbase Bug 1560162 - Handle psutil exception in 'mach android-emulator'; r=denschub 2019-06-21 20:07:20 +00:00
mozharness Bug 1560127 - Fix test-verify against mochitest-remote. r=gbrown 2019-06-21 10:34:15 +00:00
profiles Bug 1559798 - Begin polling for the results (runner.js) only after the pageload.js code has been invoked in the test page content r=acreskey,tarek 2019-06-19 20:56:16 +00:00
raptor Bug 1546661 - Enable cold page loads tests for Reference Browser on Try r=perftest-reviewers,Bebe,sparky 2019-06-25 08:28:58 +00:00
runtimes
specialpowers Bug 1550467 - Ensure that listeners in chrome scripts are cleaned up. r=botond,jmaher 2019-06-06 20:49:25 +00:00
talos Bug 1559749 Non-local network connections are disabled and a connection attempt to 127.0.0.1.woopra-ns.com r=jmaher 2019-06-18 11:33:14 +00:00
tools
tps
web-platform Bug 1547533 - Update ResizeObserver tests on <img>. r=dholbert 2019-06-25 18:10:04 +00:00
webdriver Bug 1396824 - Part 1: Replace the webdriver router by warp. r=ato 2019-06-24 09:26:59 +00:00
xpcshell Bug 1558495 - Make sure we retry the TRR connection if it fails r=agrover 2019-06-14 21:49:10 +00:00
addtest.py
cppunittest.ini Bug 1558350: Add TestNativeNt to cppunittest.ini; r=mhowell 2019-06-11 00:11:58 +00:00
mach_commands.py Bug 1558221 - Update 'mach test-info long-tasks'; r=jmaher 2019-06-10 17:40:33 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.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