Revision f048355b3d2fd2468e37ddd916b6f0166aad0739 authored by Stephen McGruer on 13 April 2018, 16:52:45 UTC, committed by Chromium WPT Sync on 13 April 2018, 16:52:45 UTC
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}
1 parent 1e5a5fe
History
File Mode Size
AbsoluteOrientationSensor-disabled-by-feature-policy.https.html -rw-r--r-- 441 bytes
AbsoluteOrientationSensor-disabled-by-feature-policy.https.html.headers -rw-r--r-- 76 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html -rw-r--r-- 499 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy-attribute.https.html -rw-r--r-- 465 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy.https.html -rw-r--r-- 439 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy.https.html.headers -rw-r--r-- 61 bytes
AbsoluteOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html -rw-r--r-- 469 bytes
AbsoluteOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html.headers -rw-r--r-- 76 bytes
OWNERS -rw-r--r-- 63 bytes
OrientationSensor.https.html -rw-r--r-- 3.2 KB
OrientationSensor_insecure_context.html -rw-r--r-- 712 bytes
OrientationSensor_onerror-manual.https.html -rw-r--r-- 830 bytes
RelativeOrientationSensor-disabled-by-feature-policy.https.html -rw-r--r-- 441 bytes
RelativeOrientationSensor-disabled-by-feature-policy.https.html.headers -rw-r--r-- 55 bytes
RelativeOrientationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html -rw-r--r-- 499 bytes
RelativeOrientationSensor-enabled-by-feature-policy-attribute.https.html -rw-r--r-- 465 bytes
RelativeOrientationSensor-enabled-by-feature-policy.https.html -rw-r--r-- 439 bytes
RelativeOrientationSensor-enabled-by-feature-policy.https.html.headers -rw-r--r-- 45 bytes
RelativeOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html -rw-r--r-- 469 bytes
RelativeOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html.headers -rw-r--r-- 55 bytes
idlharness.https.html -rw-r--r-- 1.3 KB

back to top