Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/use-counters.html

Issue 2712603003: Move tests in fast/dom/Selection/ to editing/selection/. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698