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

Unified Diff: third_party/WebKit/LayoutTests/animations/prefixed/animation-inherit-initial-unprefixed.html

Issue 2970883003: Separate out animations tests with prefixing (Closed)
Patch Set: Rebaseline virtual/threaded version of test too 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/prefixed/animation-inherit-initial-unprefixed.html
diff --git a/third_party/WebKit/LayoutTests/animations/animation-inherit-initial-unprefixed.html b/third_party/WebKit/LayoutTests/animations/prefixed/animation-inherit-initial-unprefixed.html
similarity index 98%
rename from third_party/WebKit/LayoutTests/animations/animation-inherit-initial-unprefixed.html
rename to third_party/WebKit/LayoutTests/animations/prefixed/animation-inherit-initial-unprefixed.html
index aab0458b4ad26626987a71ca11d8f92094382af6..0b29c351f89304b7528c4b98d52f7dbc96a9a332 100644
--- a/third_party/WebKit/LayoutTests/animations/animation-inherit-initial-unprefixed.html
+++ b/third_party/WebKit/LayoutTests/animations/prefixed/animation-inherit-initial-unprefixed.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<script src="../resources/js-test.js"></script>
+<script src="../../resources/js-test.js"></script>
<style>
#base {
animation-name: anim;

Powered by Google App Engine
This is Rietveld 408576698