1403592.html (421B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <head> 4 <style></style> 5 <script> 6 function boom() { 7 a = document.createElement("x") 8 a.style.overflow = "o" 9 document.styleSheets[0].insertRule("i {}", 0) 10 setTimeout(function() { 11 document.documentElement.className = ""; 12 }, 0); 13 } 14 setTimeout(boom, 0) 15 </script> 16 </head> 17 <i id=id0 style="margin: 15ch"> 18 <svg><animate xlink:href=#id0 attributeName=width to></svg> 19 </html>