chromium/third_party/blink/web_tests/compositing/invisible-subtree-compositing-and-preserves-3d-expected.html

<!doctype HTML>
<div style="transform: translateX(300px);  width: 300px; height: 300px; background: lightblue">
  <div style="width: 200px; height: 200px; background: lightgray"></div>
</div>