Sign in
webkit
/
WebKit
/
d2af93fc324110cbbb4bd830024a204812626b40
/
.
/
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>