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

Unified Diff: LayoutTests/svg/filters/feImage-preserveAspectratio-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-preserveAspectratio-expected.txt
diff --git a/LayoutTests/svg/filters/feImage-preserveAspectratio-expected.txt b/LayoutTests/svg/filters/feImage-preserveAspectratio-expected.txt
index 196691d075328f94929ddd0fac5eacaae25a353c..10d2fdd6a39f2b60d1593f95a45693ccfb9467a9 100644
--- a/LayoutTests/svg/filters/feImage-preserveAspectratio-expected.txt
+++ b/LayoutTests/svg/filters/feImage-preserveAspectratio-expected.txt
@@ -10,13 +10,13 @@ layer at (0,0) size 600x250
RenderSVGResourceFilter {filter} [id="Shifted"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feImage image-size="100x100"]
RenderSVGRect {rect} at (0,0) size 600x250 [stroke={[type=SOLID] [color=#0000FF]}] [x=1.00] [y=1.00] [width=598.00] [height=248.00]
- RenderSVGContainer {g} at (40,5) size 520x241
- RenderSVGRect {rect} at (40,5) size 120x241 [fill={[type=SOLID] [color=#000000]}] [x=50.00] [y=25.00] [width=100.00] [height=200.00]
+ RenderSVGContainer {g} at (40,5) size 520x240
+ RenderSVGRect {rect} at (40,5) size 120x240 [fill={[type=SOLID] [color=#000000]}] [x=50.00] [y=25.00] [width=100.00] [height=200.00]
[filter="Default"] RenderSVGResourceFilter {filter} at (40,5) size 120x240
RenderSVGRect {rect} at (49,24) size 102x202 [stroke={[type=SOLID] [color=#008000]}] [x=50.00] [y=25.00] [width=100.00] [height=200.00]
- RenderSVGRect {rect} at (240,5) size 120x241 [fill={[type=SOLID] [color=#000000]}] [x=250.00] [y=25.00] [width=100.00] [height=200.00]
+ RenderSVGRect {rect} at (240,5) size 120x240 [fill={[type=SOLID] [color=#000000]}] [x=250.00] [y=25.00] [width=100.00] [height=200.00]
[filter="Fitted"] RenderSVGResourceFilter {filter} at (240,5) size 120x240
RenderSVGRect {rect} at (249,24) size 102x202 [stroke={[type=SOLID] [color=#008000]}] [x=250.00] [y=25.00] [width=100.00] [height=200.00]
- RenderSVGRect {rect} at (440,5) size 120x241 [fill={[type=SOLID] [color=#000000]}] [x=450.00] [y=25.00] [width=100.00] [height=200.00]
+ RenderSVGRect {rect} at (440,5) size 120x240 [fill={[type=SOLID] [color=#000000]}] [x=450.00] [y=25.00] [width=100.00] [height=200.00]
[filter="Shifted"] RenderSVGResourceFilter {filter} at (440,5) size 120x240
RenderSVGRect {rect} at (449,24) size 102x202 [stroke={[type=SOLID] [color=#008000]}] [x=450.00] [y=25.00] [width=100.00] [height=200.00]

Powered by Google App Engine
This is Rietveld 408576698