| Index: LayoutTests/fast/dom/shadow/event-path-not-in-document.html
|
| diff --git a/LayoutTests/fast/dom/shadow/event-path-not-in-document.html b/LayoutTests/fast/dom/shadow/event-path-not-in-document.html
|
| index c7c0d99a62eff3eb0d4c0e76ab18d216f8e94d00..2ec42bc91a78fbf47e27120b7ed4071bff8408a3 100644
|
| --- a/LayoutTests/fast/dom/shadow/event-path-not-in-document.html
|
| +++ b/LayoutTests/fast/dom/shadow/event-path-not-in-document.html
|
| @@ -16,6 +16,5 @@ var clickEvent = document.createEvent("MouseEvents");
|
| clickEvent.initMouseEvent('click', true, false, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
|
| elementNotInDocument.dispatchEvent(clickEvent);
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|