caption-repaint-crash.html (369B)
1 <style> 2 *:defined { 3 outline: currentColor dashed; 4 } 5 *:read-write { 6 animation: kf 200ms ease-out 16384 alternate-reverse backwards 7 } 8 @keyframes kf { 9 20% { 10 clip-path: polygon(1px 0.75em, 128px 100%) 11 } 12 } 13 </style> 14 <script> 15 document.addEventListener("DOMContentLoaded", () => { 16 a.createCaption() 17 }) 18 </script> 19 <table id="a" contenteditable="true" align="left">