| Index: LayoutTests/fast/events/constructors/ui-event-constructor.html
|
| diff --git a/LayoutTests/fast/events/constructors/ui-event-constructor.html b/LayoutTests/fast/events/constructors/ui-event-constructor.html
|
| index 68bca7ce077d43959f441b19085b7451a997e474..2b9c343d57a4d2702f879e4aa62a4de676960fe2 100644
|
| --- a/LayoutTests/fast/events/constructors/ui-event-constructor.html
|
| +++ b/LayoutTests/fast/events/constructors/ui-event-constructor.html
|
| @@ -82,6 +82,5 @@ shouldBe("new UIEvent('eventType', { bubbles: true, cancelable: true, view: wind
|
| shouldBe("new UIEvent('eventType', { bubbles: true, cancelable: true, view: window, detail: 123 }).view", "window");
|
| shouldBe("new UIEvent('eventType', { bubbles: true, cancelable: true, view: window, detail: 123 }).detail", "123");
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|