Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(769)

Unified Diff: third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-animated.html

Issue 2569063002: Tighten expectations for 3 flaky animated compositing tests. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698