| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-document.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-document.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-document.html
|
| index 4bcd3da25dd5ae2998fdb4d0d1ee9645a894df2a..4662b23459bb677c515c8bfba8e24a9a5dc65e1e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-document.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-document.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE HTML>
|
| <meta charset=utf-8>
|
| <title>MutationObservers: takeRecords</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>
|
| <script src="mutationobservers.js"></script>
|
| <h1>MutationObservers: document mutations</h1>
|
| <div id="log"></div>
|
|
|