| Index: LayoutTests/fast/events/event-listener-moving-documents.html
|
| diff --git a/LayoutTests/fast/events/event-listener-moving-documents.html b/LayoutTests/fast/events/event-listener-moving-documents.html
|
| index a47a164bc622e35417c77e85748b35b3349c3efa..fe4318ce62f5b9e00fdb6d6eab9fcb8f2cba3519 100644
|
| --- a/LayoutTests/fast/events/event-listener-moving-documents.html
|
| +++ b/LayoutTests/fast/events/event-listener-moving-documents.html
|
| @@ -17,5 +17,4 @@ shouldBe('addedCalls', '2');
|
| div.removeChild(div.firstChild);
|
| shouldBe('removedCalls', '1');
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|