Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
webanimations
/
accelerated-animation-without-duration-crash.html
blob: 22c8240696252caad4f193eb34bec98ad312087f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
html
{
animation-name
:
anim
;
rotate
:
0
0
0
0deg
;
}
@
keyframes anim
{
from
{
filter
:
invert
()
}
}
</style>
<div>
PASS if this doesn't crash
</div>
<script>
window
.
testRunner
?.
dumpAsText
();
</script>