| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-tagName.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-tagName.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-tagName.html
|
| index 7e7ffeff2e46ed91763d2f0a02f38c906930aa21..035a23cc5e8944885ad0307c9a03938aebb35dd5 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-tagName.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-tagName.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>Element.tagName</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>
|
| test(function() {
|
|
|