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

Unified Diff: LayoutTests/svg/custom/feDisplacementMap-01-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/custom/feDisplacementMap-01-expected.txt
diff --git a/LayoutTests/svg/custom/feDisplacementMap-01-expected.txt b/LayoutTests/svg/custom/feDisplacementMap-01-expected.txt
index 2cf8be6633572a6ce5ea4a125dfc5efa4578e238..7abeadd3ea0a9398264673c66dc8f2eb42ed6182 100644
--- a/LayoutTests/svg/custom/feDisplacementMap-01-expected.txt
+++ b/LayoutTests/svg/custom/feDisplacementMap-01-expected.txt
@@ -1,13 +1,13 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (0,0) size 111x111
- RenderSVGContainer {g} at (0,0) size 111x111
+ RenderSVGRoot {svg} at (0,0) size 110x110
+ RenderSVGContainer {g} at (0,0) size 110x110
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGResourceFilter {filter} [id="ResultImage"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feDisplacementMap scale="100.00" xChannelSelector="RED" yChannelSelector="GREEN"]
[feImage image-size="100x100"]
[feImage image-size="100x100"]
- RenderSVGRect {rect} at (0,0) size 111x111 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+ RenderSVGRect {rect} at (0,0) size 110x110 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
[filter="ResultImage"] RenderSVGResourceFilter {filter} at (-10,-10) size 120x120
RenderSVGRect {rect} at (0,0) size 101x101 [stroke={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]

Powered by Google App Engine
This is Rietveld 408576698