| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-type.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-type.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-type.html
|
| index 76053868ff860b0eca803fb994cd2ea055dda3be..22792f5c6c7883c97e71c7adec1c2d873cf608b8 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-type.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-type.html
|
| @@ -2,8 +2,8 @@
|
| <title>Event.type</title>
|
| <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
|
| <link rel="help" href="https://dom.spec.whatwg.org/#dom-event-type">
|
| -<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>
|
| test(function() {
|
|
|