servo/tests/wpt/web-platform-tests/animation-worklet/references/translated-box-ref.html

11 lines
156 B
HTML

<!DOCTYPE html>
<style>
#box {
width: 100px;
height: 100px;
transform: translateY(100px);
background-color: green;
}
</style>
<div id="box"></div>