| Index: third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html b/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html
|
| index 30a3dcb8bba5331ed13be641802b31b18dfb5ff8..3857f85d5cf0a1c6f83c451abdb29dbad2bf006d 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html
|
| @@ -3,9 +3,9 @@
|
| <style>
|
| p {
|
| transform: rotateX(0deg);
|
| - -webkit-animation: 1s test;
|
| + animation: 1s test;
|
| }
|
| -@-webkit-keyframes test {
|
| +@keyframes test {
|
| 0% {
|
| }
|
| }
|
|
|