mirror of
https://github.com/servo/servo.git
synced 2025-07-11 17:33:47 +01:00
11 lines
214 B
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>
|