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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-clip-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years, 1 month 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 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 LayoutSVGRoot {svg} at (0,76) size 125x62 4 LayoutSVGRoot {svg} at (0,0) size 800x600
5 LayoutSVGHiddenContainer {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 100 0 l 0 200 l -100 0 Z"] 7 LayoutSVGPath {path} at (200,200) size 100x200 [fill={[type=SOLID] [colo r=#000000]}] [data="M 200 200 l 100 0 l 0 200 l -100 0 Z"]
8 LayoutSVGContainer {g} at (0,76) size 125x62 8 LayoutSVGContainer {g} at (0,76) size 636.91x62
9 LayoutSVGText {text} at (0,76) size 125x62 contains 1 chunk(s) 9 LayoutSVGText {text} at (0,76) size 124.94x62 contains 1 chunk(s)
10 LayoutSVGInlineText {#text} at (0,0) size 125x62 10 LayoutSVGInlineText {#text} at (0,76) size 124.94x62
11 chunk 1 text run 1 at (0.00,125.00) startOffset 0 endOffset 4 width 12 4.95: "PASS" 11 chunk 1 text run 1 at (0.00,125.00) startOffset 0 endOffset 4 width 12 4.95: "PASS"
12 LayoutSVGText {text} at (0,76) size 637x62 contains 1 chunk(s) 12 LayoutSVGText {text} at (0,76) size 636.91x62 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 637x62 14 LayoutSVGInlineText {#text} at (0,76) size 636.91x62
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 36.92: "FAIL (should be clipped out)" 16 chunk 1 text run 1 at (0.00,125.00) startOffset 0 endOffset 28 width 6 36.92: "FAIL (should be clipped out)"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698