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

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

Issue 2569063002: Tighten expectations for 3 flaky animated compositing tests. (Closed)
Patch Set: New baselines 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-transition.html
diff --git a/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-transition.html b/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-transition.html
index c51d4de853f2ae0fd2da78cc08ebed606a52d427..f43214149394dab0d31d5a4d96c2bea73f076aba 100644
--- a/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-transition.html
+++ b/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-transition.html
@@ -39,7 +39,7 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.5, 'inner', '-webkit-transform.1', 0.76, 0.1],
+ [0.5, 'inner', '-webkit-transform.1', 0.707107, 0.000001],
];
function setupTest()

Powered by Google App Engine
This is Rietveld 408576698