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

Unified Diff: third_party/WebKit/LayoutTests/animations/timing/multiple-animations-timing-function.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/multiple-animations-timing-function.html
diff --git a/third_party/WebKit/LayoutTests/animations/multiple-animations-timing-function.html b/third_party/WebKit/LayoutTests/animations/timing/multiple-animations-timing-function.html
similarity index 90%
rename from third_party/WebKit/LayoutTests/animations/multiple-animations-timing-function.html
rename to third_party/WebKit/LayoutTests/animations/timing/multiple-animations-timing-function.html
index 3361bbb6b4b6028faeba50a6529144368feb16d3..9155b6c7b5ce6bff9b7281ee4beeaecd885867ed 100644
--- a/third_party/WebKit/LayoutTests/animations/multiple-animations-timing-function.html
+++ b/third_party/WebKit/LayoutTests/animations/timing/multiple-animations-timing-function.html
@@ -22,7 +22,7 @@
to { top: 200px; }
}
</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