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

Unified Diff: third_party/WebKit/LayoutTests/animations/timing/longhand-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/longhand-timing-function.html
diff --git a/third_party/WebKit/LayoutTests/animations/longhand-timing-function.html b/third_party/WebKit/LayoutTests/animations/timing/longhand-timing-function.html
similarity index 92%
rename from third_party/WebKit/LayoutTests/animations/longhand-timing-function.html
rename to third_party/WebKit/LayoutTests/animations/timing/longhand-timing-function.html
index e8ebce22592544bfac62d4f4aa1f256ef66e78b1..8f177f51c652328d52f19c0c1379dd68237f1b30 100644
--- a/third_party/WebKit/LayoutTests/animations/longhand-timing-function.html
+++ b/third_party/WebKit/LayoutTests/animations/timing/longhand-timing-function.html
@@ -24,7 +24,7 @@
to { left: 400px; }
}
</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">
if (window.testRunner)
testRunner.waitUntilDone();

Powered by Google App Engine
This is Rietveld 408576698