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

Unified Diff: third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html

Issue 2532953008: Apply custom property animations (Closed)
Patch Set: Make animatedElement usage consistent Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-at-apply.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html
diff --git a/third_party/WebKit/LayoutTests/animations/custom-property-animation-crash.html b/third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html
similarity index 85%
rename from third_party/WebKit/LayoutTests/animations/custom-property-animation-crash.html
rename to third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html
index 32ce8e458b8bd32c8ce30b765cb37afa4eda0e04..97a4d55b36fdf9eda1cd2fa51f8a7d428770aaf7 100644
--- a/third_party/WebKit/LayoutTests/animations/custom-property-animation-crash.html
+++ b/third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html
@@ -1,5 +1,5 @@
-<script src="../resources/testharness.js"></script>
-<script src="../resources/testharnessreport.js"></script>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
<div id="target"></div>
<script>
promise_test(() => {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-at-apply.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698