summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/child-move-reveals-parent-background-ref.html
blob: 10324966edb042c1c7298ce22dad76766c2a777b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
  #parent {
    width: 150px;
    height: 150px;
    background-color: green;
  }
</style>
<p>There should be a green square below.</p>
<div id="parent"></div>