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

Side by Side Diff: LayoutTests/platform/win/svg/custom/text-clip-expected.txt

Issue 921633007: Move the SVG container code from rendering/svg 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,76) size 132x61 4 RenderSVGRoot {svg} at (0,76) size 132x61
5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
6 LayoutSVGResourceClipper {clipPath} [id="myclip"] [clipPathUnits=userSpace OnUse] 6 LayoutSVGResourceClipper {clipPath} [id="myclip"] [clipPathUnits=userSpace OnUse]
7 LayoutSVGPath {path} at (200,200) size 100x200 [fill={[type=SOLID] [colo r=#000000]}] [data="M 200 200 L 300 200 L 300 400 L 200 400 Z"] 7 LayoutSVGPath {path} at (200,200) size 100x200 [fill={[type=SOLID] [colo r=#000000]}] [data="M 200 200 L 300 200 L 300 400 L 200 400 Z"]
8 LayoutSVGContainer {g} at (0,76) size 132x61 8 LayoutSVGContainer {g} at (0,76) size 132x61
9 LayoutSVGText {text} at (0,76) size 132x61 contains 1 chunk(s) 9 LayoutSVGText {text} at (0,76) size 132x61 contains 1 chunk(s)
10 LayoutSVGInlineText {#text} at (0,0) size 132x61 10 LayoutSVGInlineText {#text} at (0,0) size 132x61
11 chunk 1 text run 1 at (0.00,125.00) startOffset 0 endOffset 4 width 13 1.48: "PASS" 11 chunk 1 text run 1 at (0.00,125.00) startOffset 0 endOffset 4 width 13 1.48: "PASS"
12 LayoutSVGText {text} at (0,76) size 645x61 contains 1 chunk(s) 12 LayoutSVGText {text} at (0,76) size 645x61 contains 1 chunk(s)
13 [clipPath="myclip"] LayoutSVGResourceClipper {clipPath} at (200,200) siz e 100x200 13 [clipPath="myclip"] LayoutSVGResourceClipper {clipPath} at (200,200) siz e 100x200
14 LayoutSVGInlineText {#text} at (0,0) size 645x61 14 LayoutSVGInlineText {#text} at (0,0) size 645x61
15 [clipPath="myclip"] LayoutSVGResourceClipper {clipPath} at (200,200) s ize 100x200 15 [clipPath="myclip"] LayoutSVGResourceClipper {clipPath} at (200,200) s ize 100x200
16 chunk 1 text run 1 at (0.00,125.00) startOffset 0 endOffset 28 width 6 44.61: "FAIL (should be clipped out)" 16 chunk 1 text run 1 at (0.00,125.00) startOffset 0 endOffset 28 width 6 44.61: "FAIL (should be clipped out)"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698