summaryrefslogtreecommitdiffstats
path: root/layout/reftests/invalidation/mask-invalidation-2-ref.html
blob: e16c871e6691ce85392ba15c1a20b0078afd97d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>CSS Masking: mask repainting.</title>
    <link rel="author" title="CJ Ku" href="mailto:cku@mozilla.com">
    <link rel="author" title="Mozilla" href="https://www.mozilla.org">
  </head>
  <body>
    <svg width="200" height="200">
      <rect x="100" y="100" width="50" height="50" style="stroke:none; fill: purple;"/>
    </svg>
  </body>
</html>