| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-throwing.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-throwing.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-throwing.html
|
| index eed1cb28f84e3ffda26d62090909951204a37462..7d1c0d94a0845b5351c50f5255bcff381cee17a6 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-throwing.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-throwing.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <meta charset="UTF-8">
|
| <title>Throwing in event listeners</title>
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <div id="log"></div>
|
| <script>
|
| setup({allow_uncaught_exception:true})
|
|
|