| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent.html
|
| index 62a3e202787537160b3e55124344c267633b81b7..805e1fea9a8475dc8023eadf93e62a11ebb100cf 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent.html
|
| @@ -2,8 +2,8 @@
|
| <meta charset=utf-8>
|
| <title>Document.createEvent</title>
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-document-createevent">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <script src="Document-createEvent.js"></script>
|
| <div id="log"></div>
|
| <script>
|
|
|