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

Unified Diff: LayoutTests/svg/filters/feImage-multiple-targets-id-change-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/feImage-multiple-targets-id-change-expected.txt
diff --git a/LayoutTests/svg/filters/feImage-multiple-targets-id-change-expected.txt b/LayoutTests/svg/filters/feImage-multiple-targets-id-change-expected.txt
index a966ce1bf4d90c068a99fc240e2af68ac53ca277..de0ef8c1ed358f68f2d70d0fdd41b01b7fa2b6e2 100644
--- a/LayoutTests/svg/filters/feImage-multiple-targets-id-change-expected.txt
+++ b/LayoutTests/svg/filters/feImage-multiple-targets-id-change-expected.txt
@@ -6,9 +6,9 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [45, 0, 60, 111],
+ [45, 0, 60, 110],
[0, 0, 100, 100],
- [0, 0, 56, 111],
+ [0, 0, 55, 110],
[0, 0, 1, 100]
]
}

Powered by Google App Engine
This is Rietveld 408576698