1
0
Fork 0
firefox/docshell/test/mochitest/bug404548-subframe.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

7 lines
428 B
HTML

<!DOCTYPE html>
<html>
<body onload="setTimeout(function() { window.location = 'bug404548-subframe_window.html'; }, 10)">
<iframe srcdoc="<body onpagehide='var p = window.parent.opener; var e = window.frameElement; e.parentNode.removeChild(e); if (e.parentNode == null && e.contentWindow == null) { p.firstRemoved = true; }'>">
</iframe>
<iframe srcdoc="<body onpagehide='window.parent.opener.secondHidden = true;'>">
</iframe>