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/989261Reviewed-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}
Showing
This diff is collapsed.
Please register or sign in to comment