Index: LayoutTests/fast/dom/Window/name-and-opener-on-detached-window-expected.txt |
diff --git a/LayoutTests/fast/dom/Window/name-and-opener-on-detached-window-expected.txt b/LayoutTests/fast/dom/Window/name-and-opener-on-detached-window-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3f353264a012bd93b3dd65ccbc56ce8896c3d5c5 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/Window/name-and-opener-on-detached-window-expected.txt |
@@ -0,0 +1,12 @@ |
+Tests that getting and setting name and opener on a cached DOMWindow after the associated frame is removed from a web page does not crash. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS childWindow.name is 'oldname' |
+PASS childWindow.opener is null |
+PASS childWindow.name is '' |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |