Sign in
chromium
/
chromium
/
src.git
/
56.0.2923.0
/
.
/
third_party
/
WebKit
/
LayoutTests
/
animations
/
universal-selector-opacity-inherit-crash.html
blob: 6b3379e00be3517b686a984b25ca2f2bd3b43f2b [
file
] [
log
] [
blame
]
<div>
This test passes if it does not crash.
</div>
<style>
*
{
animation-name
:
test
;
}
@
keyframes test
{
0%
{
opacity
:
inherit
;
}
}
</style>