chromium/third_party/blink/web_tests/animations/responsive/zoom-responsive-transform-animation-001-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', [
  'perspective(200px) translate3D(10px, 10px, 10px)',
  'matrix(0, 1, 1, 0, 10, 10)'
]);

</script>