diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/animation/animated-composited-inside-hidden.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/compositing/animation/animated-composited-inside-hidden.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/animation/animated-composited-inside-hidden.html b/third_party/WebKit/LayoutTests/compositing/animation/animated-composited-inside-hidden.html index 5d85ab5..9ee64f0 100644 --- a/third_party/WebKit/LayoutTests/compositing/animation/animated-composited-inside-hidden.html +++ b/third_party/WebKit/LayoutTests/compositing/animation/animated-composited-inside-hidden.html @@ -21,8 +21,8 @@ } @-webkit-keyframes spin { - 0% { -webkit-transform: rotate(0); } - 100% { -webkit-transform: rotate(360deg); } + 0% { transform: rotate(0); } + 100% { transform: rotate(360deg); } } #transition-tester { |
