Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<title>getTiming on a KeyframeEffect with invalid pseudoElement option</title>
<meta name="assert" content="This should not crash.">
<body>
<script>
let t = (new KeyframeEffect(null, [], { pseudoElement: "img2" })).getTiming();
</script>
</body>
</html>