| Index: LayoutTests/fast/dom/Window/post-message-detach-in-handler-expected.txt
|
| diff --git a/LayoutTests/fast/dom/custom/frameElement-crash-expected.txt b/LayoutTests/fast/dom/Window/post-message-detach-in-handler-expected.txt
|
| similarity index 62%
|
| copy from LayoutTests/fast/dom/custom/frameElement-crash-expected.txt
|
| copy to LayoutTests/fast/dom/Window/post-message-detach-in-handler-expected.txt
|
| index 54bdbe5403889003325b0b7860f31b64c996cc21..e7376005ee00861c74295662a2a7af142a0c64b1 100644
|
| --- a/LayoutTests/fast/dom/custom/frameElement-crash-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/post-message-detach-in-handler-expected.txt
|
| @@ -1,9 +1,9 @@
|
| -Test that accessing window.frameElement from a custom iframe does not crash.
|
| +Test that detaching document in window.postMessage() handler does not crash.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS Did not crash
|
| +PASS Received message msg
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|