| Index: third_party/WebKit/LayoutTests/dom/parent_node/append.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html b/third_party/WebKit/LayoutTests/dom/parent_node/append.html
|
| similarity index 96%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html
|
| rename to third_party/WebKit/LayoutTests/dom/parent_node/append.html
|
| index 1f75deef8d234762c3cd3c2bf3065c8327fcf5eb..ce6181649bb1d2ab44b685678906f6587dc72db1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html
|
| +++ b/third_party/WebKit/LayoutTests/dom/parent_node/append.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| -<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 () {
|
|
|