| 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>
|
|
|