summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/squashing/incorrect-clip-after-remove-compositing-expected.html
blob: a1cb32c73b7b1624880d4f5b636d49cc6bb0388c (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
html, body {
  margin: 0px;
  padding: 0px;
}
</style>
<div style="position: absolute; top: 100px; width: 200px; background-color: lightgreen;">
  <div style="height: 50px; width: 50px; background-color: green"></div>
</div>