| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-contentType/contentType/contenttype_txt.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-contentType/contentType/contenttype_txt.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-contentType/contentType/contenttype_txt.html
|
| index 0c86d4633d9b89da91f548e47339c7b064818c38..f40f641fb02e7d5918876b2ec17bb96d0a83a51a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-contentType/contentType/contenttype_txt.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-contentType/contentType/contenttype_txt.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>TXT document.contentType === 'text/plain'</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>
|
| <script>
|
| async_test(function() {
|
|
|