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

Unified Diff: third_party/WebKit/LayoutTests/animations/prefixed/string-keyframes-identifier-prefixed.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/string-keyframes-identifier-prefixed.html
diff --git a/third_party/WebKit/LayoutTests/animations/string-keyframes-identifier.html b/third_party/WebKit/LayoutTests/animations/prefixed/string-keyframes-identifier-prefixed.html
similarity index 64%
rename from third_party/WebKit/LayoutTests/animations/string-keyframes-identifier.html
rename to third_party/WebKit/LayoutTests/animations/prefixed/string-keyframes-identifier-prefixed.html
index 0b9bc74091f2cca7e3cb082a92e4cd9f39d5e019..32c5f6a62ab944f0a8206e9e945a35b5f90fb3e5 100644
--- a/third_party/WebKit/LayoutTests/animations/string-keyframes-identifier.html
+++ b/third_party/WebKit/LayoutTests/animations/prefixed/string-keyframes-identifier-prefixed.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>
<style>
@-webkit-keyframes "string id" {
from { background: green; }
@@ -15,5 +15,5 @@
<script>
test(function() {
assert_equals(getComputedStyle(target).backgroundColor, 'rgb(0, 128, 0)');
-}, 'Check that strings are permitted as @keyframes identifiers');
+}, 'Check that strings are permitted as @-webkit-keyframes identifiers');
</script>

Powered by Google App Engine
This is Rietveld 408576698