1700232.html (453B)
1 <!-- 2 This test case was found by fuzzing. It creates a radial gradient which ends up empty when its rendered size is rounded to integer values. 3 --> 4 <script> 5 window.onload = () => { 6 document.getElementById('a').style.cssText += "background-size:1%" 7 } 8 </script> 9 <style> 10 #a { 11 background-image: radial-gradient(ellipse 10% 4%, transparent 285.23vmin, #cc9, rgba(9, 237, 237, 0.07), white); 12 </style> 13 <i id='a'> 14 )®ÿéୃ