From dc19714aebde2f1a8b2483cd691cb10995072600 Mon Sep 17 00:00:00 2001 From: Jordan Taylor Date: Thu, 13 Jun 2019 12:54:29 +0000 Subject: [PATCH] Bug 1552259 [wpt PR 16829] - Initial implementation of WorkletAnimationEffect, a=testonly Automatic update from web-platform-tests Initial implementation of WorkletAnimationEffect Includes read only .getTiming() function for use on animation worklet threads. Renamed old proxy files to match new structure. WorkletGroupEffectProxy -> WorkletGroupEffect EffectProxy -> WorkletAnimationEffect Design Doc: https://docs.google.com/document/d/1AoLLgrUzp11ZPlEztQ73M5PxIULVZrj6U2OZSMXeFOI/edit#heading=h.8kd6haf9q9ij Bug: 915344 Change-Id: Ib43d7225d47d145a8d1364472373a514407d5d3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568315 Reviewed-by: Robert Flack Reviewed-by: Majid Valipour Reviewed-by: Jeremy Roman Reviewed-by: Yi Gu Commit-Queue: Jordan Taylor Cr-Commit-Position: refs/heads/master@{#661400} -- wp5At-commits: 79708bb708191da351506a5a4e262ea08a617b31 wpt-pr: 16829 --- ...tion-get-timing-on-worklet-thread-ref.html | 12 +++++ ...on-get-timing-on-worklet-thread.https.html | 54 +++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 testing/web-platform/tests/animation-worklet/worklet-animation-get-timing-on-worklet-thread-ref.html create mode 100644 testing/web-platform/tests/animation-worklet/worklet-animation-get-timing-on-worklet-thread.https.html diff --git a/testing/web-platform/tests/animation-worklet/worklet-animation-get-timing-on-worklet-thread-ref.html b/testing/web-platform/tests/animation-worklet/worklet-animation-get-timing-on-worklet-thread-ref.html new file mode 100644 index 000000000000..aad07d5f6f26 --- /dev/null +++ b/testing/web-platform/tests/animation-worklet/worklet-animation-get-timing-on-worklet-thread-ref.html @@ -0,0 +1,12 @@ + +Reference for Animation Worklet should have access to effect timing from within the worklet thread + + +
diff --git a/testing/web-platform/tests/animation-worklet/worklet-animation-get-timing-on-worklet-thread.https.html b/testing/web-platform/tests/animation-worklet/worklet-animation-get-timing-on-worklet-thread.https.html new file mode 100644 index 000000000000..54d1c8bcc0c0 --- /dev/null +++ b/testing/web-platform/tests/animation-worklet/worklet-animation-get-timing-on-worklet-thread.https.html @@ -0,0 +1,54 @@ + +Animation Worklet should have access to effect timing from within the worklet thread + + + + + + + + + + +
+ + + + + \ No newline at end of file