mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
Automatic update from web-platform-tests [Animation Worklet] Upstream web tests (related to setting values) to WPT web_tests/animations/animationworklet/worklet-animation-set-keyframes.html -> web_tests/external/wpt/animation-worklet/worklet-animation-set-keyframes.https.html web_tests/animations/animationworklet/worklet-animation-set-keyframes-expected.html -> web_tests/external/wpt/animation-worklet/worklet-animation-set-keyframes-ref.html web_tests/animations/animationworklet/worklet-animation-set-timing.html -> web_tests/external/wpt/animation-worklet/worklet-animation-set-timing.https.html web_tests/animations/animationworklet/worklet-animation-set-timing-expected.html -> web_tests/external/wpt/animation-worklet/worklet-animation-set-timing-ref.html Bug: 915352 Change-Id: I95f69fcfaea64b8d779e136facb87b6f5c16c27c Reviewed-on: https://chromium-review.googlesource.com/c/1459069 Reviewed-by: Yi Gu <yigu@chromium.org> Commit-Queue: Jordan Taylor <jortaylo@microsoft.com> Cr-Commit-Position: refs/heads/master@{#630554} -- wpt-commits: 8320b02221923df3b7813b13333fb4fe8890a0fe wpt-pr: 15280
12 lines
No EOL
217 B
HTML
12 lines
No EOL
217 B
HTML
<!DOCTYPE html>
|
|
<title>Reference for Worklet Animation sets keyframes</title>
|
|
<style>
|
|
#box {
|
|
width: 100px;
|
|
height: 100px;
|
|
transform: translateX(100px);
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
|
|
<div id="box"></div> |