| Index: LayoutTests/fast/dom/Window/window-closed-immediate-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/Location/set-location-after-close-expected.txt b/LayoutTests/fast/dom/Window/window-closed-immediate-expected.txt
|
| similarity index 63%
|
| copy from LayoutTests/fast/dom/Window/Location/set-location-after-close-expected.txt
|
| copy to LayoutTests/fast/dom/Window/window-closed-immediate-expected.txt
|
| index 1b11e3a55a2feada5ca6b5979a419b15db3cd51d..575074a63d7b80f9e91181bf236667f9279d5522 100644
|
| --- a/LayoutTests/fast/dom/Window/Location/set-location-after-close-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/window-closed-immediate-expected.txt
|
| @@ -1,9 +1,11 @@
|
| main frame - has 1 onunload handler(s)
|
| -Updating window.location after the window has been closed, without crashing.
|
| +window.closed should return true after window.close().
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +PASS w.closed is true
|
| +PASS w.closed is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|