Tests that keyframes are shown in styles pane. === Before key modification === [expanded] element.style { () [expanded] #element { (keyframes.css:1 -> keyframes.css:1:11) animation: animName 1s 2s, mediaAnim 2s, doesNotExist 3s, styleSheetAnim 0s; animation-duration: 1s, 2s, 3s, 0s; animation-timing-function: ease, ease, ease, ease; animation-delay: 2s, 0s, 0s, 0s; animation-iteration-count: 1, 1, 1, 1; animation-direction: normal, normal, normal, normal; animation-fill-mode: none, none, none, none; animation-play-state: running, running, running, running; animation-name: animName, mediaAnim, doesNotExist, styleSheetAnim; animation-timeline: auto; animation-range-start: normal; animation-range-end: normal; [expanded] div { (user agent stylesheet) display: block; unicode-bidi: isolate; ======== @keyframes animName ======== [expanded] 0%, 20% { (