| Index: LayoutTests/fast/events/constructors/message-event-constructor.html
|
| diff --git a/LayoutTests/fast/events/constructors/message-event-constructor.html b/LayoutTests/fast/events/constructors/message-event-constructor.html
|
| index c23fbe3fd82bc17f12030874f7e26d6d380fb188..999e419e2c90e273be3581528ac911b68bb278f6 100644
|
| --- a/LayoutTests/fast/events/constructors/message-event-constructor.html
|
| +++ b/LayoutTests/fast/events/constructors/message-event-constructor.html
|
| @@ -130,6 +130,5 @@ shouldBe("new MessageEvent('eventType', { bubbles: true, cancelable: true, data:
|
| shouldBe("new MessageEvent('eventType', { bubbles: true, cancelable: true, data: test_object, origin: 'wonderful', lastEventId: 'excellent', source: window, ports: [channel.port1, channel.port2, channel2.port1] }).ports[1]", "channel.port2");
|
| shouldBe("new MessageEvent('eventType', { bubbles: true, cancelable: true, data: test_object, origin: 'wonderful', lastEventId: 'excellent', source: window, ports: [channel.port1, channel.port2, channel2.port1] }).ports[2]", "channel2.port1");
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|