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

Side by Side Diff: LayoutTests/platform/mac/svg/custom/empty-clip-path-expected.txt

Issue 908243002: Move rendering/svg/RenderSVGResource* to layout/svg. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
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 463x154 4 RenderSVGRoot {svg} at (0,0) size 463x154
5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
6 RenderSVGResourceClipper {clipPath} [id="nothing"] [clipPathUnits=userSpac eOnUse] 6 LayoutSVGResourceClipper {clipPath} [id="nothing"] [clipPathUnits=userSpac eOnUse]
7 RenderSVGResourceClipper {clipPath} [id="emptyrect"] [clipPathUnits=userSp aceOnUse] 7 LayoutSVGResourceClipper {clipPath} [id="emptyrect"] [clipPathUnits=userSp aceOnUse]
8 RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#00000 0]}] [x=0.00] [y=0.00] [width=0.00] [height=0.00] 8 RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#00000 0]}] [x=0.00] [y=0.00] [width=0.00] [height=0.00]
9 RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#00800 0]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] 9 RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#00800 0]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
10 RenderSVGContainer {g} at (0,0) size 0x0 10 RenderSVGContainer {g} at (0,0) size 0x0
11 [clipPath="nothing"] RenderSVGResourceClipper {clipPath} at (0,0) size 0x0 11 [clipPath="nothing"] LayoutSVGResourceClipper {clipPath} at (0,0) size 0x0
12 RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0 000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] 12 RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0 000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
13 RenderSVGContainer {g} at (0,0) size 0x0 13 RenderSVGContainer {g} at (0,0) size 0x0
14 [clipPath="emptyrect"] RenderSVGResourceClipper {clipPath} at (0,0) size 0 x0 14 [clipPath="emptyrect"] LayoutSVGResourceClipper {clipPath} at (0,0) size 0 x0
15 RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0 000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] 15 RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0 000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
16 RenderSVGContainer {g} at (0,116) size 463x38 16 RenderSVGContainer {g} at (0,116) size 463x38
17 RenderSVGText {text} at (0,116) size 292x18 contains 1 chunk(s) 17 RenderSVGText {text} at (0,116) size 292x18 contains 1 chunk(s)
18 RenderSVGInlineText {#text} at (0,0) size 292x18 18 RenderSVGInlineText {#text} at (0,0) size 292x18
19 chunk 1 text run 1 at (0.00,130.00) startOffset 0 endOffset 44 width 2 91.01: "Above a green rectangle should be displayed." 19 chunk 1 text run 1 at (0.00,130.00) startOffset 0 endOffset 44 width 2 91.01: "Above a green rectangle should be displayed."
20 RenderSVGText {text} at (0,136) size 463x18 contains 1 chunk(s) 20 RenderSVGText {text} at (0,136) size 463x18 contains 1 chunk(s)
21 RenderSVGInlineText {#text} at (0,0) size 463x18 21 RenderSVGInlineText {#text} at (0,0) size 463x18
22 chunk 1 text run 1 at (0.00,150.00) startOffset 0 endOffset 74 width 4 62.09: "It tests that an empty clip path clips the referencing graphic. Bug 1528 9." 22 chunk 1 text run 1 at (0.00,150.00) startOffset 0 endOffset 74 width 4 62.09: "It tests that an empty clip path clips the referencing graphic. Bug 1528 9."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698