| Index: third_party/WebKit/LayoutTests/dom/child_node/before.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/ChildNode/before.html b/third_party/WebKit/LayoutTests/dom/child_node/before.html
|
| similarity index 97%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/ChildNode/before.html
|
| rename to third_party/WebKit/LayoutTests/dom/child_node/before.html
|
| index 00a1907df457a1053bc94543d1d5c0801db77c5a..8a1dccaa0fa0b398924c76d62c7df07a1adb9fd0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/ChildNode/before.html
|
| +++ b/third_party/WebKit/LayoutTests/dom/child_node/before.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 () {
|
|
|