| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-removeAttributeNS.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-removeAttributeNS.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-removeAttributeNS.html
|
| index 1ffa78aa0cf4f6d638fe6727d2a568b063601d68..a2773e6f1e06b872601be6ae5ede48fcdeb79498 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-removeAttributeNS.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-removeAttributeNS.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>Element.removeAttributeNS</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="attributes.js"></script>
|
| <div id="log"></div>
|
| <script>
|
|
|