summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/iframes/resources/ancestor-clipping-layer-subframe.html
blob: 276eb36ea875febe6d590382432c4b619a4b7533 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<style>
.composited {
  width: 300px;
  height: 150px;
  background: blue;
  transform: translateZ(0);
}
</style>
<div class="composited"></div>