| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
|
| index deb5e0133ac1a781786653cd78e4bc932b6bd682..1f065ed4cd3f628d02eb0af642266272daa69209 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>Historical DOM features must be removed</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>
|
| function isInterfaceNuked(name) {
|
|
|