1552911.html (345B)
1 <html> 2 <head> 3 <script> 4 function start() { 5 const o1 = 6 document.createElementNS('http://www.w3.org/1999/xhtml', 'slot'); 7 const observer = new ResizeObserverEntry(o1); 8 typeof observer.borderBoxSize; 9 typeof observer.contentBoxSize; 10 } 11 12 window.addEventListener('load', start); 13 </script> 14 </head> 15 </html>