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

Unified Diff: LayoutTests/svg/filters/invalidate-on-child-layout-expected.txt

Issue 861213003: Fix problems with flakes in SVG LayoutTests by reordering arithmetic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rephrased comment. Created 5 years, 11 months 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: LayoutTests/svg/filters/invalidate-on-child-layout-expected.txt
diff --git a/LayoutTests/svg/filters/invalidate-on-child-layout-expected.txt b/LayoutTests/svg/filters/invalidate-on-child-layout-expected.txt
index d4ae65e296fed82acb5f6d962730d358685dc77c..6a51214c76eacf19aec02272cb1bbe563268fc0b 100644
--- a/LayoutTests/svg/filters/invalidate-on-child-layout-expected.txt
+++ b/LayoutTests/svg/filters/invalidate-on-child-layout-expected.txt
@@ -9,8 +9,8 @@
[50, 50, 100, 100],
[40, 40, 120, 120],
[40, 40, 120, 120],
- [0, 0, 111, 111],
- [0, 0, 111, 111],
+ [0, 0, 110, 110],
+ [0, 0, 110, 110],
[0, 0, 100, 100]
]
}

Powered by Google App Engine
This is Rietveld 408576698