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

Unified Diff: LayoutTests/fast/events/resources/record-events.js

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/fast/events/resources/record-events.js
diff --git a/LayoutTests/fast/events/resources/record-events.js b/LayoutTests/fast/events/resources/record-events.js
index 92174e389ea0bcf0f83b3db56f781708a5e04941..c32a0ec04ef96ea52d591bdd8fdc70a4c4ec1a75 100644
--- a/LayoutTests/fast/events/resources/record-events.js
+++ b/LayoutTests/fast/events/resources/record-events.js
@@ -1,5 +1,5 @@
-// NOTE: You must include fast/js/resources/js-test-pre.js before this file in a test case since
-// this file makes use of functions in js-test-pre.js.
+// NOTE: You must include resources/js-test.js before this file in a test case since
+// this file makes use of functions in js-test.js.
var replayEventQueue = []; // Global queue of recorded events.
var registeredElementsAndEventsStruct; // Global structure of registered elements and events.

Powered by Google App Engine
This is Rietveld 408576698