summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/squashing/clip-to-squashed-layer-size-expected.html
blob: 2aa37fb1d419fd446873de5ad7dfc14a8795e6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
</head>
<body>
  <div style=" width: 1px; height: 100px; position:absolute; top:0px; background-color: lightgray">
  </div>
  <div style="width: 10px; height: 10px; overflow: hidden; position: absolute; left: 0px; top: 0px; ">
    <div style="height: 100px; width:100px; background-color:lightgreen" />
    </div>           
  </div>
  <div style="left: 0px; height: 9px; width: 9px; position:absolute; top:99px; background-color: blue">
</body>