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

Unified Diff: third_party/WebKit/LayoutTests/animations/timing/keyframe-multiple-timing-functions-transform.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-multiple-timing-functions-transform.html
diff --git a/third_party/WebKit/LayoutTests/animations/keyframe-multiple-timing-functions-transform.html b/third_party/WebKit/LayoutTests/animations/timing/keyframe-multiple-timing-functions-transform.html
similarity index 92%
rename from third_party/WebKit/LayoutTests/animations/keyframe-multiple-timing-functions-transform.html
rename to third_party/WebKit/LayoutTests/animations/timing/keyframe-multiple-timing-functions-transform.html
index 9f7472eb87d5a53b0bd7fb36dc80ac2d70054e5f..586eae12f24703dd13838b4c6ad5bc14ca0b670b 100644
--- a/third_party/WebKit/LayoutTests/animations/keyframe-multiple-timing-functions-transform.html
+++ b/third_party/WebKit/LayoutTests/animations/timing/keyframe-multiple-timing-functions-transform.html
@@ -24,7 +24,7 @@
to { opacity: 0.0; }
}
</style>
- <script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]

Powered by Google App Engine
This is Rietveld 408576698