| Index: third_party/WebKit/LayoutTests/css3/calc/transitions-dependent.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/calc/transitions-dependent.html b/third_party/WebKit/LayoutTests/css3/calc/transitions-dependent.html
|
| index 02d0c2f5478704e2f88f4246adff6a9401249e31..3d7b2bd5a38363708e7d4b43738c847018efa16a 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/calc/transitions-dependent.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/calc/transitions-dependent.html
|
| @@ -2,14 +2,14 @@
|
| <style>
|
| .outerBlock {
|
| border: 1px solid black;
|
| - -webkit-transition: all 1s linear;
|
| + transition: all 1s linear;
|
| -moz-transition: all 1s linear;
|
| }
|
|
|
| .innerBlock {
|
| background-color: green;
|
| height: 100px;
|
| - -webkit-transition: all 1s linear;
|
| + transition: all 1s linear;
|
| -moz-transition: all 1s linear;
|
| }
|
|
|
|
|