Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / squashing-reflection-disallowed-expected.html
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;
8 }
9 </style>
10 <div style="position: relative; left: 10px; top: 10px;"></div>
11 <div style="-webkit-box-reflect: below 5px;"></div>