| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElement.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElement.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElement.html
|
| index 316b2e67bf38b7f53a9b1199974b5368ba0a651a..59fa02d83f56bdb08c1b5e5b95a2c82de1fb0df0 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElement.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElement.html
|
| @@ -6,8 +6,8 @@
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-element-tagname">
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-element-prefix">
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-element-namespaceuri">
|
| -<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>
|
| function toASCIIUppercase(str) {
|
|
|