| Index: LayoutTests/animations/empty-keyframes-composited.html
|
| diff --git a/LayoutTests/animations/empty-keyframes-composited.html b/LayoutTests/animations/empty-keyframes-composited.html
|
| index 56540a76c4efabdbfd872924cb16c0fed2c74f1c..30a3dcb8bba5331ed13be641802b31b18dfb5ff8 100644
|
| --- a/LayoutTests/animations/empty-keyframes-composited.html
|
| +++ b/LayoutTests/animations/empty-keyframes-composited.html
|
| @@ -2,7 +2,7 @@
|
|
|
| <style>
|
| p {
|
| - -webkit-transform: rotateX(0deg);
|
| + transform: rotateX(0deg);
|
| -webkit-animation: 1s test;
|
| }
|
| @-webkit-keyframes test {
|
|
|