Index: LayoutTests/fast/events/constructors/wheel-event-constructor.html |
diff --git a/LayoutTests/fast/events/constructors/wheel-event-constructor.html b/LayoutTests/fast/events/constructors/wheel-event-constructor.html |
index 10b803bf56d9c2915da67cd3523649644e23e125..e8b614f3269921d2c4f171ac7fef339b0243310e 100644 |
--- a/LayoutTests/fast/events/constructors/wheel-event-constructor.html |
+++ b/LayoutTests/fast/events/constructors/wheel-event-constructor.html |
@@ -210,6 +210,5 @@ shouldBe("new WheelEvent('eventType', { bubbles: true, cancelable: true, view: w |
shouldBe("new WheelEvent('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, wheelDeltaX: 777, wheelDeltaY: 888, deltaMode: WheelEvent.DOM_DELTA_PAGE }).wheelDeltaY", "888"); |
shouldBe("new WheelEvent('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, wheelDeltaX: 777, wheelDeltaY: 888, deltaMode: WheelEvent.DOM_DELTA_PAGE }).deltaMode", "WheelEvent.DOM_DELTA_PAGE"); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |