summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/squashing/squashing-composited-bounds-expected.html
blob: e52b4a7fdc724c63b95dd5eae26df0361ff4b5fd (plain)
1
2
3
4
5
<!DOCTYPE html>
<div style="width: 200px; height: 200px; background-color: lightgreen"></div>
<div style="position: relative; top: -50px; left: 50px; width: 200px; height: 200px; background-color: blue">
    <div id="child" style="background-color: green; width: 100px; height: 100px;"></div>
</div>