1983053.html (392B)
1 <!DOCTYPE html> 2 <script> 3 window.addEventListener("load", async () => { 4 // WebRender currently does not support rendering a stacking context snapshot 5 // with non-default imageRendering. 6 // In this case the imageRendering should be ignored but not cause a crash. 7 document.documentElement.style.imageRendering = "crisp-edges" 8 document.startViewTransition(async () => { }) 9 }) 10 </script>