chromium/third_party/blink/web_tests/animations/insert-style-dependent-animation-expected.html

<!DOCTYPE html>
<style>
div {
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 50px;
    background: green;
    transform: translate(1em, 1em);
}
</style>
<div></div>