iframe-same-origin-ref.html (261B)
1 <!DOCTYPE html> 2 <title>Resize Observer: reference for the usage of iframes in the same origin</title> 3 <iframe style="width: 100px; height: 100px;" 4 srcdoc="<div style='background: green; height: 50px; width: 50px;'></div"> 5 </iframe> 6 <br> 7 Observer callbacks: 3