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

Unified Diff: third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.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
Index: third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.html
diff --git a/third_party/WebKit/LayoutTests/animations/custom-property-value-tainting.html b/third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.html
similarity index 95%
rename from third_party/WebKit/LayoutTests/animations/custom-property-value-tainting.html
rename to third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.html
index 7404e8d123c81e2a092ad11365d5c026aa8797e9..eeeacf68ff886b60c41f629e4efaf7714a3e9286 100644
--- a/third_party/WebKit/LayoutTests/animations/custom-property-value-tainting.html
+++ b/third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.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>
<body></body>
<script>
function createTarget() {

Powered by Google App Engine
This is Rietveld 408576698