gecko-dev/testing
Stephen McGruer 70055f51a2 Bug 1454073 [wpt PR 10465] - Reland "Web Animations: Fix bugs in procedure to process a keyframes argument", a=testonly
Automatic update from web-platform-testsReland "Web Animations: Fix bugs in procedure to process a keyframes argument"

This is a reland of 0ade0386aa4168b48234bc7f33d30a62140b95ea

Original change's description:
> Web Animations: Fix bugs in procedure to process a keyframes argument
>
> There were three minor bugs left in the implementation:
>
>   - We threw on lists-in-custom-iterators instead of just ignoring them.
>   - We returned all properties on the keyframe rather than just those
>     defined on the keyframe itself (e.g. we would include prototype
>     properties, against spec).
>   - We didn't access the properties in ascending unicode order.
>
> Bug: 827573
> Change-Id: I213ae5b24e1f35d7f28d16625025122950a6ba88
> Reviewed-on: https://chromium-review.googlesource.com/989261
> Reviewed-by: Kentaro Hara <haraken@chromium.org>
> Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
> Reviewed-by: Robert Flack <flackr@chromium.org>
> Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#550641}

Bug: 827573
Change-Id: I6c49fa6ca36db16ecddfb520e0964bd231565a0b
Reviewed-on: https://chromium-review.googlesource.com/1012897
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550895}

--

wpt-commits: da5837af9586234669a556c65fab521130688225
wpt-pr: 10465
2018-04-24 12:22:48 +00:00
..
awsy Bug 1446954: Remove support for running tests on automation without stylo configurations. r=froydnj 2018-03-20 11:29:08 +01:00
config Bug 1454629 - Update grcov to version 0.1.34. r=jmaher 2018-04-19 02:04:39 +02:00
crashtest
firefox-ui Bug 1434768 - Part 3: Rewrite JS consumers of .sessionHistory, r=bz 2018-04-10 17:49:45 -04:00
geckodriver Bug 1452024 - [geckodriver] Update changelog for command prefix changes. r=ato 2018-04-11 16:43:19 +02:00
gtest Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
marionette NO BUG - Improve navigation of Marionette docs. r=me 2018-04-24 08:27:33 +01:00
mochitest Bug 1441338 - Change pgo certificates to use certspec/keyspec files r=keeler r=franziskus 2018-04-23 11:14:17 +02:00
modules Bug 1452432 - Convert 'test' field to a string in assertionCount StructuredLog.jsm messages, r=gbrown 2018-04-09 11:50:05 -04:00
mozbase Merge inbound to mozilla-central. a=merge 2018-04-17 12:53:33 +03:00
mozharness Bug 1456234: [mozharness] Process EXTRA_MOZHARNESS_CONFIG even if no files are specified; r=aki 2018-04-23 17:39:35 -06:00
profiles Bug 1453712 - Use a preference to set the testing flag. r=jryans 2018-04-12 09:22:42 -07:00
raptor Bug 1454466 - Move raptor in-tree; r=ahal 2018-04-16 17:15:38 -04:00
runtimes Bug 1456092 - Update animationinspector paths in mochitest-*.runtimes.json;r=pbro 2018-04-23 14:42:28 +02:00
specialpowers Bug 1453869 part 10. Stop constructing DOMParser by contract. r=mrbkap 2018-04-20 23:04:45 -04:00
talos Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-04-18 01:39:35 +03:00
tools Bug 1449350 - distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('six'), r=aki 2018-03-28 11:50:40 +13:00
tps Bug 1453497 - Bump TPS dependency versions r=markh 2018-04-12 13:14:14 -07:00
web-platform Bug 1454073 [wpt PR 10465] - Reland "Web Animations: Fix bugs in procedure to process a keyframes argument", a=testonly 2018-04-24 12:22:48 +00:00
webdriver Bug 1401129 - Release webdriver 0.35.0. r=whimboo 2018-03-08 16:05:08 +00:00
xpcshell Bug 1455176: Follow-up: Fix build bustage from xpcshell self-test. r=bustage CLOSED TREE 2018-04-19 15:11:15 -07:00
cppunittest.ini
mach_commands.py Bug 1445624 - [test] Make sure verbose logging is enabled when running a single test, r=gbrown 2018-03-19 16:04:02 -04:00
moz.build No bug - fix typos in Bugzilla components metadata in moz.build files. r=me DONTBUILD 2018-04-19 15:50:31 +03:00
README.txt
remotecppunittests.py Bug 1454404 - Pass adb path from Android mach commands to test harnesses; r=jmaher 2018-04-16 14:05:32 -06:00
runcppunittests.py
testsuite-targets.mk Bug 1455143 - Generate test archives into final path; r=ted 2018-04-19 14:21:28 -07: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