gecko-dev/testing
Brian Birtles 10ecbf1a68 Bug 1277456 part 7 - Add tests for the prototypes of objects created using Animatable.animate(); r=bz
The spec now defines that we should use the relevant Realm of the target
element for the created Animation and KeyframeEffect object.[1] As for the
AnimationEffectTiming object associated with the KeyframeEffect object,
the constructor for KeyframeEffect (or, actually the constructor for
KeyframeEffectReadOnly), specifies that current realm is used (which, at this
point corresponds to the relevant Realm of the target).[2]

[1] https://w3c.github.io/web-animations/#dom-animatable-animate
[2] https://w3c.github.io/web-animations/#dom-keyframeeffectreadonly-keyframeeffectreadonly

MozReview-Commit-ID: HzlyCxeQZ3T

--HG--
extra : rebase_source : c27363907da4a6e9ef1327c2ab1f06e8f6129585
2016-07-13 13:22:25 +09:00
..
config Bug 1280017 - Fix firefox-puppeteer requirement for external media tests. r=maja_zf 2016-06-14 13:07:56 +01:00
crashtest Bug 1239889 part 2 - Test for an animation target without a current document; r=birtles 2016-02-05 14:11:04 +11:00
docker Bug 1280178 - Update desktop-test images to node 5.0.0. r=dustin 2016-06-28 20:50:28 +09:00
firefox-ui Bug 1285124 - Update the image reference in test_mixed_script_content_blocking.py. r=whimboo 2016-07-07 07:15:00 -04:00
gtest Bug 1256408 - Add graphics microbenchmarking. r=mstange 2016-03-16 14:20:33 -04:00
instrumentation Bug 1119520 - Add opt-in Gradle build mode for mobile/android. r=gps 2016-02-12 10:06:40 -08:00
luciddream Bug 1246407 - Rename parent directories for Marionette client and test harness; r=automatedtester 2016-02-06 17:34:10 +00:00
marionette Bug 1283959 - Add SetWindowSize to return new width and height to comply with WD Spec r=automatedtester 2016-07-14 01:11:07 +01:00
mochitest Bug 1285663 - Optimize profile pushes and do not chmod files on /sdcard; r=bc 2016-07-14 10:36:31 -06:00
modules Bug 1267919 - Part 1. Import Ajv for validation of sync telemetry ping schema. r=Dexter,markh 2016-06-20 11:53:55 -04:00
mozbase Bug 1285663 - Optimize profile pushes and do not chmod files on /sdcard; r=bc 2016-07-14 10:36:31 -06:00
mozharness Backout bug 1275911 now that we're done testing the new Balrog environment. r=me 2016-07-14 08:56:10 -04:00
profiles Bug 1277905 - Remove in-product links to plugincheck. Also remove support for startup prompting about outdated plugins, since that's annoying to users. r=Gijs r=mconley 2016-07-01 11:01:07 -04:00
puppeteer/firefox Bug 1282080 - Fix logging of AUS server URL for new SYSTEM_CAPABILITIES parameter. r=maja_zf 2016-07-01 12:21:22 +02:00
runtimes Bug 1264772 - Fixup writeruntimes.py; r=ahal 2016-04-14 16:01:14 -04:00
specialpowers Bug 1278368 - Remove the error console. r=dolske 2016-06-23 17:46:58 -07:00
talos Bug 1277905 - Remove in-product links to plugincheck. Also remove support for startup prompting about outdated plugins, since that's annoying to users. r=Gijs r=mconley 2016-07-01 11:01:07 -04:00
tools Bug 1278890 - Add reftest support to test package mach environment, r=armenzg 2016-07-13 10:57:22 -04:00
tps Bug 1281095 - Clean up FxA server sessions and devices after each run of TPS. r=markh 2016-06-29 19:50:13 -04:00
web-platform Bug 1277456 part 7 - Add tests for the prototypes of objects created using Animatable.animate(); r=bz 2016-07-13 13:22:25 +09:00
xpcshell Bug 1278890 - Add xpcshell support to test package mach environment, r=armenzg 2016-07-13 10:55:37 -04:00
cppunittest.ini Bug 1282004 - Convert TestMD4 CPP unit test into a GTest. r=mgoodwin 2016-06-27 09:06:51 -07:00
mach_commands.py Bug 1281570 - Provide recommendations to fix typos when using 'mach try'. r=chmanchester 2016-06-24 21:36:39 -04:00
machine-configuration.json
README.txt
remotecppunittests.py
runcppunittests.py Bug 1281918 - make runcppunittests filter out non-executable files when given a directory; r=chmanchester 2016-06-24 04:02:18 -04:00
testsuite-targets.mk Bug 1268913: Fix test for existence of objcopy. r=ted 2016-05-26 10:38:58 -03: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