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