| Index: third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-animated.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-animated.html b/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-animated.html
|
| index 6aae869faddfb42aeaf5881c1e0dff0fea03c108..ce58291e540b44a67d390ca87d024c9f47388f5f 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-animated.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-animated.html
|
| @@ -42,7 +42,7 @@
|
| <script type="text/javascript" charset="utf-8">
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
| - [0.5, "inner", "webkitTransform.0", 0.76, 0.1],
|
| + [0.5, "inner", "webkitTransform.0", 0.707107, 0.000001],
|
| ];
|
|
|
| var pixelTest = true;
|
|
|