1599518.html (261B)
1 <script> 2 document.addEventListener('DOMContentLoaded', function() { 3 var x = new ResizeObserver(function(a1, a2) { }) 4 var a = document.createElementNS('http://www.w3.org/1999/xhtml', 'l') 5 x.observe(a, { }) 6 x.disconnect() 7 x.observe(a, { }) 8 }) 9 </script>