chromium/third_party/blink/web_tests/animations/stacked-neutral-keyframe-expected.html

<!DOCTYPE html>
<style>
#expected {
    position: absolute;
    width: 100px;
    height: 100px;
    background: green;
    transform: translateX(100px);
}
</style>
Finished fill forwards animations influence the neutral keyframes of animations on top of them.
<div id="expected"></div>