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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/clip-path-referencing-use-expected.txt

Issue 660246: WebKit Roll 55250:55339. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 10 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
OLDNEW
1 KCanvasResource {id="clip" [type=CLIPPER] [clip data=[[winding=NON-ZERO] [path=M 0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z]]]}
2 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
3 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
4 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
5 RenderSVGRoot {svg} at (0,0) size 800x600 4 RenderSVGRoot {svg} at (0,0) size 800x600
6 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
7 RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000 ]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"] 6 RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000 ]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"]
8 RenderSVGHiddenContainer {clipPath} at (0,0) size 0x0 7 RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOn Use]
9 RenderSVGContainer {use} at (0,0) size 100x100 8 RenderSVGContainer {use} at (0,0) size 100x100
10 RenderSVGContainer {g} at (0,0) size 100x100 9 RenderSVGContainer {g} at (0,0) size 100x100
11 RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=# 000000]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"] 10 RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=# 000000]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"]
12 RenderSVGContainer {g} at (0,0) size 100x100 [clip path="clip"] 11 RenderSVGContainer {g} at (0,0) size 100x100
12 [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (0,0) size 100x10 0
13 RenderPath {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#FF0000 ]}] [data="M0.00,0.00 L200.00,0.00 L200.00,200.00 L0.00,200.00 Z"] 13 RenderPath {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#FF0000 ]}] [data="M0.00,0.00 L200.00,0.00 L200.00,200.00 L0.00,200.00 Z"]
14 RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000 ]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"] 14 RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000 ]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"]
15 RenderSVGText {text} at (10,120) size 465x19 contains 1 chunk(s) 15 RenderSVGText {text} at (10,120) size 465x19 contains 1 chunk(s)
16 RenderSVGInlineText {#text} at (0,-15) size 465x19 16 RenderSVGInlineText {#text} at (0,-15) size 465x19
17 chunk 1 text run 1 at (10.00,120.00) startOffset 0 endOffset 76 width 46 5.00: "The graphic above uses a 100x100 clipPath referencing a rectangle using u se." 17 chunk 1 text run 1 at (10.00,120.00) startOffset 0 endOffset 76 width 46 5.00: "The graphic above uses a 100x100 clipPath referencing a rectangle using u se."
18 RenderSVGText {text} at (10,140) size 569x19 contains 1 chunk(s) 18 RenderSVGText {text} at (10,140) size 569x19 contains 1 chunk(s)
19 RenderSVGInlineText {#text} at (0,-15) size 569x19 19 RenderSVGInlineText {#text} at (0,-15) size 569x19
20 chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 92 width 56 9.00: "It should clip the 200x200 red rectangle out and leave a 100x100 green re ctangle. Bug 16557." 20 chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 92 width 56 9.00: "It should clip the 200x200 red rectangle out and leave a 100x100 green re ctangle. Bug 16557."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698