Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / squashing-reflection-disallowed.html
blob0b38b979d6a30a575f3c1f8486031a65a5b9ad24
1 <!DOCTYPE HTML>
2 <style>
3 div {
4 width: 100px;
5 height: 100px;
6 background: url("resources/blue.png") no-repeat 0 0 / 100% 100%;
7 display: inline-block;
9 </style>
10 <div style="transform: translate3d(10px, 10px, 0)"></div>
11 <div style="-webkit-box-reflect: below 5px;"></div>