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

Side by Side Diff: LayoutTests/svg/filters/feImage-reference-svg-primitive-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 (85,0) size 330x315 4 RenderSVGRoot {svg} at (85,0) size 330x315
5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
6 RenderSVGResourceFilter {filter} [id="image"] [filterUnits=objectBoundingB ox] [primitiveUnits=userSpaceOnUse] 6 RenderSVGResourceFilter {filter} [id="image"] [filterUnits=objectBoundingB ox] [primitiveUnits=userSpaceOnUse]
7 [feImage image-size="200x200"] 7 [feImage image-size="200x200"]
8 RenderSVGResourceFilter {filter} [id="flood"] [filterUnits=objectBoundingB ox] [primitiveUnits=userSpaceOnUse] 8 RenderSVGResourceFilter {filter} [id="flood"] [filterUnits=objectBoundingB ox] [primitiveUnits=userSpaceOnUse]
9 [feFlood flood-color="#008000" flood-opacity="1.00"] 9 [feFlood flood-color="#008000" flood-opacity="1.00"]
10 RenderSVGEllipse {circle} at (0,0) size 250x150 [fill={[type=SOLID] [color =#0000FF]}] [cx=0.00] [cy=0.00] [r=100.00] 10 RenderSVGEllipse {circle} at (0,0) size 250x150 [fill={[type=SOLID] [color =#0000FF]}] [cx=0.00] [cy=0.00] [r=100.00]
11 RenderSVGRect {rect} at (85,0) size 180x166 [fill={[type=SOLID] [color=#0000 00]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] 11 RenderSVGRect {rect} at (85,0) size 180x165 [fill={[type=SOLID] [color=#0000 00]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
12 [filter="image"] RenderSVGResourceFilter {filter} at (-10,-10) size 120x12 0 12 [filter="image"] RenderSVGResourceFilter {filter} at (-10,-10) size 120x12 0
13 RenderSVGRect {rect} at (235,135) size 180x180 [fill={[type=SOLID] [color=#0 00000]}] [x=100.00] [y=100.00] [width=100.00] [height=100.00] 13 RenderSVGRect {rect} at (235,135) size 180x180 [fill={[type=SOLID] [color=#0 00000]}] [x=100.00] [y=100.00] [width=100.00] [height=100.00]
14 [filter="flood"] RenderSVGResourceFilter {filter} at (90,90) size 120x120 14 [filter="flood"] RenderSVGResourceFilter {filter} at (90,90) size 120x120
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698