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

Unified Diff: LayoutTests/svg/filters/parent-children-with-same-filter-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/parent-children-with-same-filter-expected.txt
diff --git a/LayoutTests/svg/filters/parent-children-with-same-filter-expected.txt b/LayoutTests/svg/filters/parent-children-with-same-filter-expected.txt
index beb29bd6413af64ab501f7046e007d9105d12787..63d26b744211c4bc531996493285d2ab53a59ef1 100644
--- a/LayoutTests/svg/filters/parent-children-with-same-filter-expected.txt
+++ b/LayoutTests/svg/filters/parent-children-with-same-filter-expected.txt
@@ -1,11 +1,11 @@
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
+ RenderSVGRoot {svg} at (0,0) size 110x110
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feFlood flood-color="#008000" flood-opacity="1.00"]
- RenderSVGContainer {g} at (0,0) size 111x111
+ RenderSVGContainer {g} at (0,0) size 110x110
[filter="filter"] RenderSVGResourceFilter {filter} at (-10,-10) size 120x120
- 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="filter"] RenderSVGResourceFilter {filter} at (-10,-10) size 120x120

Powered by Google App Engine
This is Rietveld 408576698