wpt / css / css-animations / crashtests / update-delay-of-paused-animation.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-animations/crashtests/update-delay-of-paused-animation.html

<!DOCTYPE html>
<link rel="help" href="https://github.com/servo/servo/issues/46335">
<style>
@keyframes keyframes {}
:root { animation: 1s keyframes, 1s -1s 2 paused keyframes; }
</style>