| Index: third_party/WebKit/LayoutTests/transitions/transition-end-event-all-properties.html
|
| diff --git a/third_party/WebKit/LayoutTests/transitions/transition-end-event-all-properties.html b/third_party/WebKit/LayoutTests/transitions/transition-end-event-all-properties.html
|
| index 71eb2209cb18b321765c3d59d5c73dfa73425733..ae90060809830173427b94fb532f4c23e22d331d 100644
|
| --- a/third_party/WebKit/LayoutTests/transitions/transition-end-event-all-properties.html
|
| +++ b/third_party/WebKit/LayoutTests/transitions/transition-end-event-all-properties.html
|
| @@ -8,7 +8,7 @@
|
| width: 100px;
|
| margin: 10px;
|
| background-color: blue;
|
| - -webkit-transition-duration: 0.5s;
|
| + transition-duration: 0.5s;
|
| }
|
|
|
| .box1 {
|
| @@ -25,7 +25,7 @@
|
| background-color: green;
|
| left: 50px;
|
| height: 120px;
|
| - -webkit-transition-duration: 0.7s;
|
| + transition-duration: 0.7s;
|
| }
|
|
|
| </style>
|
|
|