mask-anim-ref.html (414B)
1 <!DOCTYPE html> 2 <title>Reference of testcases for mssk-position and mask-size animations</title> 3 <style> 4 #test { 5 height: 100px; 6 width: 100px; 7 background-repeat: no-repeat; 8 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"><rect x="0" y="0" width="25" height="25" fill="blue"/></svg>'); 9 background-position: 50% 50%; 10 } 11 </style> 12 <div id="test"></div>