| Index: LayoutTests/fast/events/init-message-event-expected.txt
|
| diff --git a/LayoutTests/fast/events/init-message-event-expected.txt b/LayoutTests/fast/events/init-message-event-expected.txt
|
| index afe30b3c9d09f4a343ecbdb753aa95398d2a42df..b55adb381bac76a45bad248fceffa72db0f6d021 100644
|
| --- a/LayoutTests/fast/events/init-message-event-expected.txt
|
| +++ b/LayoutTests/fast/events/init-message-event-expected.txt
|
| @@ -3,7 +3,7 @@ Checks that initMessageEvent() is working
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, {x:1}); threw exception TypeError: The 8th argument is neither an array, nor does it have indexed properties..
|
| +PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, {x:1}); threw exception TypeError: Failed to execute 'initMessageEvent' on 'MessageEvent': The 8th argument is neither an array, nor does it have indexed properties..
|
| PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, null) did not throw exception.
|
| PASS [object MessageEvent] is an instance of function MessageEvent() { [native code] }
|
| PASS successfullyParsed is true
|
|
|