Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
animations
/
animation-crash.html
blob: 7300eb6d88cadce37b0fe1537ddb70c61e15b686 [
file
] [
edit
]
<style>
.
class3
{
animation
:
1s
;
animation-name
:
keyframes3
,
keyframes0
;
}
@
keyframes keyframes0
{
40%
{
translate
:
82%
}
}
</style>
<script>
testRunner
?.
dumpAsText
();
</script>
<object
class
=
"class3"
/>
<p>
This test passes if it doesn't crash.
</p>