| Index: third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html b/third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html
|
| index 4c7fdea9ee877c9ac9d4bd0ede3f53fb2cfc323c..420df62eae11be912601e46a07ba6a7cef002114 100644
|
| --- a/third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/transitions/position-background-transition-expected.html
|
| @@ -6,6 +6,7 @@ top: 100px;
|
| width: 100px;
|
| height: 100px;
|
| background: green;
|
| +transform: translateZ(0);
|
| }
|
| </style>
|
| <div id="test">This box should transition from red to green.</div>
|
|
|