servo/tests/wpt/web-platform-tests/animation-worklet/worklet-animation-set-keyframes-ref.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>