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

Unified Diff: LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-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-subregions-preseveAspectRatio-none-expected.txt
diff --git a/LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.txt b/LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.txt
index a1fd04372ec9815e8fab10ee5ccc1f1c1d5491c6..c90b97fc7f8d0279c60d192ad3a4a248d520a8ba 100644
--- a/LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.txt
+++ b/LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.txt
@@ -12,14 +12,14 @@ layer at (0,0) size 800x600
[feImage image-size="100x100"]
RenderSVGResourceFilter {filter} [id="filter4"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feImage image-size="100x100"]
- RenderSVGContainer {g} at (10,0) size 481x480 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,10.00)}]
- RenderSVGRect {rect} at (10,0) size 481x231 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00]
+ RenderSVGContainer {g} at (10,0) size 480x480 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,10.00)}]
+ RenderSVGRect {rect} at (10,0) size 480x230 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00]
[filter="filter1"] RenderSVGResourceFilter {filter} at (-40,-20) size 480x240
- RenderSVGContainer {g} at (10,240) size 481x240 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,250.00)}]
- RenderSVGRect {rect} at (10,240) size 481x240 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00]
+ RenderSVGContainer {g} at (10,240) size 480x240 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,250.00)}]
+ RenderSVGRect {rect} at (10,240) size 480x240 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00]
[filter="filter2"] RenderSVGResourceFilter {filter} at (-40,-20) size 480x240
RenderSVGContainer {g} at (210,0) size 480x480 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,10.00)}]
- RenderSVGRect {rect} at (210,0) size 480x231 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00]
+ RenderSVGRect {rect} at (210,0) size 480x230 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00]
[filter="filter3"] RenderSVGResourceFilter {filter} at (-40,-20) size 480x240
RenderSVGContainer {g} at (210,240) size 480x240 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,250.00)}]
RenderSVGRect {rect} at (210,240) size 480x240 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00]

Powered by Google App Engine
This is Rietveld 408576698