Revision cf5f3898987ec02aa02c02cb945c2abcc5307737 authored by Avi Drissman on 13 April 2018, 19:50:51 UTC, committed by Chromium WPT Sync on 13 April 2018, 19:50:51 UTC
This reverts commit 0ade0386aa4168b48234bc7f33d30a62140b95ea.

Reason for revert:
Unexpected Failures:
* bindings/sequence-type.html
* custom-elements/spec/define-element.html
* external/wpt/custom-elements/CustomElementRegistry.html

on
https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Mac10.11%20%28dbg%29/
https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty%20%28dbg%29/

Speculatively reverting this to see if it's the cause.

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}

TBR=flackr@chromium.org,yukishiino@chromium.org,jbroman@chromium.org,haraken@chromium.org,smcgruer@chromium.org

Change-Id: I5e8dc0c67599492bd6e90fca4a034e29e334ef88
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 827573
Reviewed-on: https://chromium-review.googlesource.com/1012857
Reviewed-by: Avi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550721}
1 parent e6cffaa
History
File Mode Size
OWNERS -rw-r--r-- 28 bytes
anim-gr.gif -rw-r--r-- 241 bytes
anim-gr.png -rw-r--r-- 460 bytes
anim-poster-gr.png -rw-r--r-- 422 bytes
apng.png -rw-r--r-- 259 bytes
background.png -rw-r--r-- 86 bytes
black-rectangle.png -rw-r--r-- 307 bytes
blue-area.png -rw-r--r-- 1.4 KB
blue-border.png -rw-r--r-- 1.8 KB
blue-png-cachable.py -rw-r--r-- 507 bytes
blue.png -rw-r--r-- 485 bytes
blue96x96.png -rw-r--r-- 1010 bytes
broken.png -rw-r--r-- 87 bytes
canvas-line.png -rw-r--r-- 502 bytes
colors.svg -rw-r--r-- 411 bytes
fail.gif -rw-r--r-- 23.9 KB
ggrr-256x256.png -rw-r--r-- 120 bytes
green-100x50.png -rw-r--r-- 218 bytes
green-16x16.png -rw-r--r-- 92 bytes
green-1x1.png -rw-r--r-- 82 bytes
green-256x256.png -rw-r--r-- 103 bytes
green-2x2.png -rw-r--r-- 118 bytes
green-96x96.svg -rw-r--r-- 116 bytes
green.png -rw-r--r-- 87 bytes
green.svg -rw-r--r-- 118 bytes
grgr-256x256.png -rw-r--r-- 130 bytes
movie_300_frame_0.png -rw-r--r-- 11.2 KB
pattern.mp4 -rw-r--r-- 1.5 KB
pattern.ogv -rw-r--r-- 6.5 KB
pattern.png -rw-r--r-- 123 bytes
pattern.svg -rw-r--r-- 319 bytes
red-16x16.png -rw-r--r-- 130 bytes
red-zeroheight.svg -rw-r--r-- 117 bytes
red-zerosize.svg -rw-r--r-- 115 bytes
red-zerowidth.svg -rw-r--r-- 117 bytes
red.png -rw-r--r-- 87 bytes
redtransparent.png -rw-r--r-- 109 bytes
rgrg-256x256.png -rw-r--r-- 131 bytes
rrgg-256x256.png -rw-r--r-- 120 bytes
smiley.png -rw-r--r-- 1.8 KB
smiley.png.headers -rw-r--r-- 23 bytes
threecolors.png -rw-r--r-- 242 bytes
transparent.png -rw-r--r-- 100 bytes
transparent50.png -rw-r--r-- 155 bytes
yellow.png -rw-r--r-- 95 bytes
yellow75.png -rw-r--r-- 150 bytes

back to top