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

Side by Side Diff: LayoutTests/svg/filters/feImage-position-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: Updating tests for Mac and Linux as well. 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 unified diff | Download patch
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderSVGRoot {svg} at (0,0) size 441x221 4 RenderSVGRoot {svg} at (0,0) size 440x220
5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
6 RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008 000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] 6 RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008 000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
7 RenderSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBounding Box] [primitiveUnits=userSpaceOnUse] 7 RenderSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBounding Box] [primitiveUnits=userSpaceOnUse]
8 [feImage image-size="100x100"] 8 [feImage image-size="100x100"]
9 RenderSVGRect {rect} at (0,0) size 441x221 [fill={[type=SOLID] [color=#00800 0]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00] 9 RenderSVGRect {rect} at (0,0) size 440x220 [fill={[type=SOLID] [color=#00800 0]}] [x=0.00] [y=0.00] [width=400.00] [height=200.00]
10 [filter="filter"] RenderSVGResourceFilter {filter} at (-40,-20) size 480x2 40 10 [filter="filter"] RenderSVGResourceFilter {filter} at (-40,-20) size 480x2 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698