| Index: third_party/WebKit/LayoutTests/editing/selection/use-counters.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Selection/use-counters.html b/third_party/WebKit/LayoutTests/editing/selection/use-counters.html
|
| similarity index 85%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/Selection/use-counters.html
|
| rename to third_party/WebKit/LayoutTests/editing/selection/use-counters.html
|
| index 352726cb19073c57886b0bd6f4351f955ad3ff3c..9b95dee160411abb98a30471fb9d18c99876531e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Selection/use-counters.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/use-counters.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>Selection UseCounters</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>
|
| test(function() {
|
| var SelectionCollapseNull = 1083; // From UseCounter.h
|
|
|