| Index: LayoutTests/fast/events/constructors/mouse-event-constructor.html
|
| diff --git a/LayoutTests/fast/events/constructors/mouse-event-constructor.html b/LayoutTests/fast/events/constructors/mouse-event-constructor.html
|
| index 4be8e4cbd0910f87c4c9f5aa0053f4cf0f930ff2..93652d53f99edea9e3f995ad279fb4de237a7471 100644
|
| --- a/LayoutTests/fast/events/constructors/mouse-event-constructor.html
|
| +++ b/LayoutTests/fast/events/constructors/mouse-event-constructor.html
|
| @@ -171,6 +171,5 @@ shouldBe("new MouseEvent('eventType', { bubbles: true, cancelable: true, view: w
|
| shouldBe("new MouseEvent('eventType', { bubbles: true, cancelable: true, view: window, detail: 111, screenX: 222, screenY: 333, clientX: 444, clientY: 555, ctrlKey: true, shiftKey: true, altKey: true, metaKey: true, button: 666, relatedTarget: testDiv }).button", "666");
|
| shouldBe("new MouseEvent('eventType', { bubbles: true, cancelable: true, view: window, detail: 111, screenX: 222, screenY: 333, clientX: 444, clientY: 555, ctrlKey: true, shiftKey: true, altKey: true, metaKey: true, button: 666, relatedTarget: testDiv }).relatedTarget", "testDiv");
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|