Chromium Code Reviews| 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], |
|
chrishtr
2016/12/12 22:19:07
Why did this change?
Stephen Chennney
2016/12/12 22:52:41
It's supposed to be sqrt 2, and I have no idea why
|
| ]; |
| var pixelTest = true; |