servo/tests/wpt/web-platform-tests/animation-worklet/worklet-animation-cancel-ref.html

11 lines
214 B
HTML

<!DOCTYPE html>
<title>Reference for Canceling a playing WorkletAnimation should remove the effect</title>
<style>
#box {
width: 100px;
height: 100px;
background-color: blue;
}
</style>
<div id="box"></div>