summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/animation-worklet/references/not-translated-box-ref.html
blob: 96acf1ad96c7c41e870429d55142269f4468bb97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<title>Reference for Animation Worklet local time set after duration</title>
<style>
#box {
  width: 100px;
  height: 100px;
  background-color: green;
  will-change: transform;
}
</style>

<div id="box"></div>