summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/css-filters/containing-block-1.html
blob: 503f6ee35acd5ed26aaaa7e6ff909dbd78c718c4 (plain)
1
2
3
4
5
6
<!DOCTYPE HTML>
<body style="margin:0">
<div style="margin:100px; width:100px; height:100px; filter:opacity(1);">
  <div style="position:absolute; left:50px; top:50px; width:200px; height:200px; background:lime;"></div>
  <div style="position:fixed; left:80px; top:80px; width:200px; height:200px; background:yellow;"></div>
</div>