Sign in
webkit
/
WebKit
/
c598bd655aa1f4ba50dde3b73514b19d5eac5ecc
/
.
/
LayoutTests
/
imported
/
blink
/
virtual
/
stable
/
animations-unprefixed
/
animation-name-style-setter.html
blob: bf11633df1f8600898751e71fa610f945e90a4f7 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
id
=
"test"
>
This test passes if it does not crash.
</div>
<script>
test
.
style
.
webkitAnimationName
=
"anim"
;
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>