summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/animation-worklet/references/translated-box-ref.html
blob: f1dde2e19b2ebad50dd29e693b2a81f7de2cc620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<style>
#box {
  width: 100px;
  height: 100px;
  transform: translateY(100px);
  background-color: green;
  will-change: transform;
}
</style>

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