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

Unified Diff: LayoutTests/editing/selection/leak-document-with-selection-inside.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: LayoutTests/editing/selection/leak-document-with-selection-inside.html
diff --git a/LayoutTests/editing/selection/leak-document-with-selection-inside.html b/LayoutTests/editing/selection/leak-document-with-selection-inside.html
index a4e36fed9782b842699e61106d2a3127bc370ffc..05c913aa3d2507d84ce9edb4291d01497df0ba4a 100644
--- a/LayoutTests/editing/selection/leak-document-with-selection-inside.html
+++ b/LayoutTests/editing/selection/leak-document-with-selection-inside.html
@@ -8,8 +8,8 @@
window.getSelection().setPosition(element, 0);
</script>
- <script src="../../fast/js/resources/js-test-pre.js"></script>
- <script src="../../fast/js/resources/leak-check.js"></script>
+ <script src="../../resources/js-test.js"></script>
+ <script src="../../resources/leak-check.js"></script>
<script>
description("This test asserts that document doesn't leak when a selection is created inside the document.");

Powered by Google App Engine
This is Rietveld 408576698