| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-reenter.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-reenter.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-reenter.html
|
| index f63a065c788f014e3d36e6163c1cee79533e2f5e..71f8517bdd9dbebdd407452bc13a27f53303faa3 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-reenter.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-reenter.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <meta charset=utf-8>
|
| <title> Dispatch additional events inside an event listener </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>
|
| <table id="table" border="1" style="display: none">
|
| <tbody id="table-body">
|
|
|