Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / nodesFromRect / resources / nodesFromRect.css
1 body {
2   margin: 8px;
3   padding: 0;
4 }
5
6 h1, div, p {
7   display: block;
8   width: 100px;
9   height: 30px;
10   border: 3px solid black;
11   padding: 10px;
12   margin: 10px;
13 }
14
15 #span {
16   display: block;
17   width: 100px;
18   height: 30px;
19   border: 3px solid black;
20   padding: 10px;
21   margin: 10px;
22   display: inline-block;
23 }
24
25 #iframe1 {
26   height: 100px;
27   margin-top: 60px;
28 }
29
30 #p6 {
31   height: 50px;
32   margin-top: 30px;
33 }
34
35 #transf {
36   margin-top: 60px;
37   transform: rotate(-45deg);
38 }
39
40 #decimal {
41   position: relative;
42   left: 0.5px;
43   top: 50.5px;
44 }