chromium/third_party/blink/web_tests/animations/responsive/zoom-responsive-transform-animation-002-expected.html

<!DOCTYPE html>
<link rel="stylesheet" href="resources/zoom-responsive.css">
<script src="resources/zoom-responsive.js"></script>
<div id="container"></div>
<script>

zoomBeforeAnimation('transform', [
  'matrix3d(' +
    '0, 1, 0, 0, ' +
    '1, 0, 0, 0, ' +
    '0, 0, 1, 0, ' +
    '10, 10, 10, 1)',
  'perspective(200px) rotateY(45deg)',
]);

</script>