Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / squashing-print.html
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4     testRunner.setPrinting();
5 </script>
6
7 <div style="width: 100px; height: 100px; border: 1px solid black; transform: translateZ(0)"></div>
8 <div style="position: absolute; top: 50px; left: 50px; width: 100px; height: 100px; border: 1px solid black"></div>