summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/mask-resource-ref.html
blob: ebcf3bc9dac4ca68b929e1b29871b561e2e605b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<style>
  div {
    width: 100px;
    height: 100px;
    background-image: url(resource://usercontext-content/fingerprint.svg);
    background-size: 100px 100px;
    background-color: white;
  }
</style>
<div></div>