| Index: LayoutTests/webexposed/event-target-in-prototype-expected.txt
|
| diff --git a/LayoutTests/webexposed/event-target-in-prototype-expected.txt b/LayoutTests/webexposed/event-target-in-prototype-expected.txt
|
| index eb1fac87ecd4a63ea8ed7880de8bc2c1ae0f0acc..903b0fd8c2d833793bfe1d332c206ec0762e83bd 100644
|
| --- a/LayoutTests/webexposed/event-target-in-prototype-expected.txt
|
| +++ b/LayoutTests/webexposed/event-target-in-prototype-expected.txt
|
| @@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| PASS EventSource.prototype.__proto__ is EventTarget.prototype
|
| PASS MessagePort.prototype.__proto__ is EventTarget.prototype
|
| -FAIL Node.prototype.__proto__ should be [object Object]. Was [object Object].
|
| +PASS Node.prototype.__proto__ is EventTarget.prototype
|
| PASS WebSocket.prototype.__proto__ is EventTarget.prototype
|
| PASS Window.prototype.__proto__ is EventTarget.prototype
|
| PASS XMLHttpRequest.prototype.__proto__ is EventTarget.prototype
|
|
|