| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/resource-metadata-management/document-compatmode-01.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/resource-metadata-management/document-compatmode-01.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/resource-metadata-management/document-compatmode-01.html
|
| index ff663d93492027d1c6d6db9cb58fd0fbe0b6f2b1..218a3fe84388111133e493ef50f1dd44f2c60923 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/resource-metadata-management/document-compatmode-01.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/resource-metadata-management/document-compatmode-01.html
|
| @@ -4,8 +4,8 @@
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-document-compatmode">
|
| <body>
|
| <div id="log"></div>
|
| -<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>
|
| test(function() {
|
| assert_equals(document.compatMode, "CSS1Compat");
|
|
|