summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/translucent-color-3.html
blob: ce1d4f15aab5ec4e6ae6ec958c3e10dd5ac234bc (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: rgb(255,0,0); opacity: 0.50196;">
    </div>
  </body>
</html>