Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp
Andreas Kling 954da8fde5 LibWeb: Only create iframe nested context if iframe document has context
We had glossed over a condition in the spec that said we should only run
the nested context creation steps when the iframe's own containing
document has a browsing context.
2022-09-20 10:32:12 +02:00

3.5 KiB