summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/svg-integration/mask-clipPath-opacity-01-ref.xhtml
blob: 95d1a245885527edfc47a7266ad5fd39668f5fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<style>
  div {
    width: 50px;
    height: 100px;
    background-color: rgba(0,0,255,0.5);
  }
</style>
</head>
<body>
  <div/>
</body>
</html>