Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / child-transform-layer-rounding-expected.html
1 <!DOCTYPE HTML>
2 <style>
3 #animDiv {
4   position: absolute;
5   width: 176px;
6   height: 91px;
7   background-image: none;
8   background-color: #cc3500;
9   left: -164.5px;
10   top: 184.5px;
11 }
12
13 #clipper {
14   overflow: hidden;
15   width: 700px;
16   height: 700px;
17   margin: -10px;
18 }
19
20 #shake {
21   position:absolute;
22   width:200px;
23   height:64px;
24   left:51px;
25   top:121px;
26   border-style:solid;border-width:1px;
27   transform:translateZ(0);
28 }
29
30 #container {
31   perspective: 1400px;
32 }
33 </style>
34 <div id="clipper">
35   <div id="container">
36     <div id="animDiv"></div>
37     <div id="shake"></div>
38   </div>
39 </div>