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

Unified Diff: LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-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-with-viewBox-expected.txt
diff --git a/LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.txt b/LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.txt
index 608d7785fd32f4967938f8f87835763c2f4a554b..d449cccd4da86a033bd0f25769ca9b1234adf994 100644
--- a/LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.txt
+++ b/LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.txt
@@ -12,11 +12,11 @@ layer at (0,0) size 400x500
[feImage image-size="100x100"]
RenderSVGResourceFilter {filter} [id="filter4"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feImage image-size="100x100"]
- RenderSVGContainer {g} at (5,95) size 241x245 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,10.00)}]
- RenderSVGRect {rect} at (5,95) size 241x120 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00]
+ RenderSVGContainer {g} at (5,95) size 240x245 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,10.00)}]
+ RenderSVGRect {rect} at (5,95) size 240x120 [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 (5,220) size 241x120 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,250.00)}]
- RenderSVGRect {rect} at (5,220) size 241x120 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00]
+ RenderSVGContainer {g} at (5,220) size 240x120 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,250.00)}]
+ RenderSVGRect {rect} at (5,220) size 240x120 [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 (105,95) size 240x245 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,10.00)}]
RenderSVGRect {rect} at (105,95) size 240x120 [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