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

Unified Diff: LayoutTests/virtual/stable/web-animations-api/add-keyframes-unsupported.html

Issue 863863004: Implemented additive animations for length (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed AnimationStackTest Created 5 years, 10 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: LayoutTests/virtual/stable/web-animations-api/add-keyframes-unsupported.html
diff --git a/LayoutTests/web-animations-api/w3c/add-keyframes.html b/LayoutTests/virtual/stable/web-animations-api/add-keyframes-unsupported.html
similarity index 89%
rename from LayoutTests/web-animations-api/w3c/add-keyframes.html
rename to LayoutTests/virtual/stable/web-animations-api/add-keyframes-unsupported.html
index 81d1cc2e5f3c89374c8da5f32a89526952145d9b..7931b2288bbf12bde7330c1dfee294c9bc0d3fb2 100644
--- a/LayoutTests/web-animations-api/w3c/add-keyframes.html
+++ b/LayoutTests/virtual/stable/web-animations-api/add-keyframes-unsupported.html
@@ -1,7 +1,7 @@
<!doctype html>
<title>Web Animations API: Add Keyframe tests</title>
-<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='log'></div>
<div id='div'></div>
<script>

Powered by Google App Engine
This is Rietveld 408576698