chromium/third_party/blink/web_tests/compositing/squashing/squashing-reflection-disallowed.html

<!DOCTYPE HTML>
<style>
div {
  width: 100px;
  height: 100px;
  background: url("resources/blue.png") no-repeat 0 0 / 100% 100%;
  display: inline-block;
}
</style>
<div style="transform: translate3d(10px, 10px, 0)"></div>
<div style="-webkit-box-reflect: below 5px;"></div>