I just tested some things and came across interesting iframe behavior. On the page, I have an iframe :
<iframe src="/Wizard/Start"></iframe>
Now, if src of iframe matches the URL of the page (.../Wizard/Start) , iframe does not load the content, it just remains empty and there are no errors, warnings or anything else was not reported.
I see that this is by design, it works the same in all browsers.
Why? Any official documentation of this behavior?
source share