summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/viewport-translucent-color-ref.html
blob: 267d43fd7a8258a6693ddd0cd1dedb03d62ed500 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <div style="position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(255,0,0,0.50196)">
    </div>
  </body>
</html>