2 <html class=
"reftest-wait">
5 <title>CSS Masking: mask invalidation.
</title>
6 <style type=
"text/css">
9 background-color: purple
;
14 transform-origin: top left
;
18 mask-image: url
('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 10 10"><rect x="10" y="10" width="5" height="5" fill="black"/></svg>');
24 <div id=
"d1" class=
"outer mask"></div>
25 <script type=
"text/javascript">
26 function changeTransform()
28 document
.getElementById("d1").style
.transform
= "scale(10)";
29 document
.documentElement
.removeAttribute("class");
32 document
.addEventListener("MozReftestInvalidate",