diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/events/dispatch-event-being-dispatched.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/events/dispatch-event-being-dispatched.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/events/dispatch-event-being-dispatched.html b/third_party/WebKit/LayoutTests/fast/events/dispatch-event-being-dispatched.html index ec81acf..91d28a3 100644 --- a/third_party/WebKit/LayoutTests/fast/events/dispatch-event-being-dispatched.html +++ b/third_party/WebKit/LayoutTests/fast/events/dispatch-event-being-dispatched.html @@ -77,6 +77,5 @@ function redispatchLoad(event) { window.addEventListener('load', redispatchLoad, true); </script> -<script src="../js/resources/js-test-post.js"></script> </body> </html> |