summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/normal-flow/video-paint-order-ref.html
blob: 9f5eebe96463d4e5af261dbf4f22a633cb2ec045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<style>
  video {
    width: 95px;
    height: 95px;
  }
  #negative-margin {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: green;
    margin-left: -100px;
  }
</style>
<video></video>
<div id="negative-margin"></div>