chromium/third_party/blink/web_tests/animations/3d/replace-filling-transform-expected.html

<!DOCTYPE html>
<html>
<head>
    <style>
        #box {
            position: absolute;
            height: 100px;
            width: 100px;
            background-color: green;
            transform: translate3d(50px, 200px, 0);
         }
    </style>
</head>
<body>
<div id="box">
</div>
<div id="result">
PASS - final state was matrix(1, 0, 0, 1, 50, 200)
</div>
</body>
</html>