| Index: third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html b/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html
|
| index 30624c97a13ba99b9dd949bb61ad5b137f79ad40..f9140aff12b8626f277193fa06073074d6b7c296 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html
|
| @@ -3,7 +3,7 @@
|
| <script src="../../resources/js-test.js"></script>
|
|
|
| <style>
|
| -@-webkit-keyframes example {
|
| +@keyframes example {
|
| from {
|
| width: 50px;
|
| height: 50px;
|
| @@ -43,7 +43,7 @@
|
| top: 200px;
|
| width: 10px;
|
| height: 10px;
|
| - -webkit-animation: example 2s;
|
| + animation: example 2s;
|
| -moz-animation: example 2s;
|
| animation: example 2s;
|
| }
|
|
|