| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-target-removed.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-target-removed.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-target-removed.html
|
| index fbb81980c74d586bbec959c8316ce4e20aa6e286..531799c3ade6b629f407dcc238e39caef1903512 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-target-removed.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-dispatch-target-removed.html
|
| @@ -2,8 +2,8 @@
|
| <meta charset=utf-8>
|
| <title>Determined event propagation path - target removed</title>
|
| <link rel="help" href="https://dom.spec.whatwg.org/#concept-event-dispatch">
|
| -<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">
|
|
|