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

Unified Diff: third_party/WebKit/LayoutTests/animations/timing/keyframe-timing-functions3.html

Issue 2979503002: Move animation timing 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/timing/keyframe-timing-functions3.html
diff --git a/third_party/WebKit/LayoutTests/animations/keyframe-timing-functions3.html b/third_party/WebKit/LayoutTests/animations/timing/keyframe-timing-functions3.html
similarity index 94%
rename from third_party/WebKit/LayoutTests/animations/keyframe-timing-functions3.html
rename to third_party/WebKit/LayoutTests/animations/timing/keyframe-timing-functions3.html
index 316261e814ac1eaa3ca07f31128c9d647f826809..4971c27e2396fb4ff1c9873cc322abace1df17ee 100644
--- a/third_party/WebKit/LayoutTests/animations/keyframe-timing-functions3.html
+++ b/third_party/WebKit/LayoutTests/animations/timing/keyframe-timing-functions3.html
@@ -33,7 +33,7 @@
100% { left: 400px; }
}
</style>
-<script src="resources/animation-test-helpers.js"></script>
+<script src="../resources/animation-test-helpers.js"></script>
<script>
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]

Powered by Google App Engine
This is Rietveld 408576698