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

Unified Diff: third_party/WebKit/LayoutTests/animations/events/finish-event-after-gc.html

Issue 2976603002: Move animation event tests to subdirectory (Closed)
Patch Set: Created 3 years, 5 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/animations/events/finish-event-after-gc.html
diff --git a/third_party/WebKit/LayoutTests/animations/finish-event-after-gc.html b/third_party/WebKit/LayoutTests/animations/events/finish-event-after-gc.html
similarity index 82%
rename from third_party/WebKit/LayoutTests/animations/finish-event-after-gc.html
rename to third_party/WebKit/LayoutTests/animations/events/finish-event-after-gc.html
index 7cba44fbb539ef19b86c2f9360217699a5c934be..89624869b21fcb0070b0e3efa582ac1c9d8c81ff 100644
--- a/third_party/WebKit/LayoutTests/animations/finish-event-after-gc.html
+++ b/third_party/WebKit/LayoutTests/animations/events/finish-event-after-gc.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>
<body>
<script>
var layoutTest = async_test('Finish event should be delivered even if a GC occurs. This test passes if it does not time out.');

Powered by Google App Engine
This is Rietveld 408576698