Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / resources / default.css
blob86679a8852dda73952b0ca9fc042efdf06fa2cea
1 html {
2 overflow: hidden;
5 div, td {
6 width: 100px;
7 height: 100px;
10 iframe {
11 width: 500px;
12 height: 500px;
15 .fixed {
16 position: fixed;
19 .absolute {
20 position: absolute;
23 .relative {
24 position: relative;
27 .red {
28 background-color: red;
31 .blue {
32 background-color: blue;
35 .green {
36 background-color: green;
39 .yellow {
40 background-color: yellow;
43 .rotated {
44 transform: rotate(45deg);
47 .clipped {
48 overflow: hidden;
51 .reflected {
52 -webkit-box-reflect: below 0px;