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