Sign in
webkit
/
WebKit
/
9e11527d902821d012d6912196f9a4ccf824ec5a
/
.
/
LayoutTests
/
imported
/
blink
/
animations
/
inherit-crash.html
blob: 313d8d6b90175fb676032628b728d90352e1a4fc [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
@-
webkit-keyframes test
{
to
{
background-color
:
inherit
;
}
}
body
{
-webkit-animation
:
test
1s
;
}
</style>
<pre>
This test passes if it does not crash.
</pre>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>