| Index: LayoutTests/fast/events/constructors/overflow-event-constructor.html
 | 
| diff --git a/LayoutTests/fast/events/constructors/overflow-event-constructor.html b/LayoutTests/fast/events/constructors/overflow-event-constructor.html
 | 
| index 87572cb26c6ee71400cef78973e3f346a187c973..27766c3ed38a6054d66793ba3f37435265534708 100644
 | 
| --- a/LayoutTests/fast/events/constructors/overflow-event-constructor.html
 | 
| +++ b/LayoutTests/fast/events/constructors/overflow-event-constructor.html
 | 
| @@ -61,6 +61,5 @@ shouldBe("new OverflowEvent('eventType', { bubbles: true, cancelable: true, hori
 | 
|  shouldBe("new OverflowEvent('eventType', { bubbles: true, cancelable: true, horizontalOverflow: true, verticalOverflow: true, orient: 12345 }).verticalOverflow", "true");
 | 
|  shouldBe("new OverflowEvent('eventType', { bubbles: true, cancelable: true, horizontalOverflow: true, verticalOverflow: true, orient: 12345 }).orient", "12345");
 | 
|  </script>
 | 
| -<script src="../../js/resources/js-test-post.js"></script>
 | 
|  </body>
 | 
|  </html>
 | 
| 
 |