| Index: third_party/WebKit/LayoutTests/animations/inherit-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/inherit-crash.html b/third_party/WebKit/LayoutTests/animations/inherit-crash.html
|
| index 313d8d6b90175fb676032628b728d90352e1a4fc..1a3a6709d9747c6d9b15f63aabbbe148f8250503 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/inherit-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/inherit-crash.html
|
| @@ -1,10 +1,10 @@
|
| <!DOCTYPE html>
|
| <style>
|
| -@-webkit-keyframes test {
|
| +@keyframes test {
|
| to { background-color: inherit; }
|
| }
|
| body {
|
| - -webkit-animation: test 1s;
|
| + animation: test 1s;
|
| }
|
| </style>
|
| <pre>This test passes if it does not crash.</pre>
|
|
|