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

Unified Diff: third_party/WebKit/LayoutTests/animations/web-animations/keyframe-exceptions.html

Issue 2976613002: Move Web Animations API 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/web-animations/keyframe-exceptions.html
diff --git a/third_party/WebKit/LayoutTests/animations/keyframe-exceptions.html b/third_party/WebKit/LayoutTests/animations/web-animations/keyframe-exceptions.html
similarity index 89%
rename from third_party/WebKit/LayoutTests/animations/keyframe-exceptions.html
rename to third_party/WebKit/LayoutTests/animations/web-animations/keyframe-exceptions.html
index a72c5cb7dfbcdf3156173dffa8a4575d190a4af4..ba08328cd0f5a96f78ae5fe46cee017fe0502400 100644
--- a/third_party/WebKit/LayoutTests/animations/keyframe-exceptions.html
+++ b/third_party/WebKit/LayoutTests/animations/web-animations/keyframe-exceptions.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>
<script>
function assert_throws_with_message(e, f, m) {

Powered by Google App Engine
This is Rietveld 408576698