Files
ladybird/Tests/LibWeb/Text/expected/HTML/Window-opener.txt
Tim Ledbetter fc1f037cd1 LibWeb: Implement the window.opener attribute
This returns a reference to the window that opened the current window.
2024-03-13 08:06:00 +00:00

6 lines
271 B
Plaintext

window.opener initial value: null
window.opener after setting to "test": test
iframe contentWindow.opener initial value is the current window object: true
iframe contentWindow.opener after setting to null: null
iframe contentWindow.opener after setting to "test": test