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

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

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years 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,0) size 463x154 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="nothing"] [clipPathUnits=userSpac eOnUse] 6 LayoutSVGResourceClipper {clipPath} [id="nothing"] [clipPathUnits=userSpac eOnUse]
7 LayoutSVGResourceClipper {clipPath} [id="emptyrect"] [clipPathUnits=userSp aceOnUse] 7 LayoutSVGResourceClipper {clipPath} [id="emptyrect"] [clipPathUnits=userSp aceOnUse]
8 LayoutSVGRect {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 LayoutSVGRect {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 LayoutSVGRect {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 LayoutSVGRect {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 LayoutSVGContainer {g} at (0,0) size 0x0 10 LayoutSVGContainer {g} at (0,0) size 100x100
11 [clipPath="nothing"] LayoutSVGResourceClipper {clipPath} at (0,0) size 0x0 11 [clipPath="nothing"] LayoutSVGResourceClipper {clipPath} at (0,0) size 0x0
12 LayoutSVGRect {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 LayoutSVGRect {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 LayoutSVGContainer {g} at (0,0) size 0x0 13 LayoutSVGContainer {g} at (0,0) size 100x100
14 [clipPath="emptyrect"] LayoutSVGResourceClipper {clipPath} at (0,0) size 0 x0 14 [clipPath="emptyrect"] LayoutSVGResourceClipper {clipPath} at (0,0) size 0 x0
15 LayoutSVGRect {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 LayoutSVGRect {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 LayoutSVGContainer {g} at (0,116) size 463x38 16 LayoutSVGContainer {g} at (0,116) size 462.09x38
17 LayoutSVGText {text} at (0,116) size 291x18 contains 1 chunk(s) 17 LayoutSVGText {text} at (0,116) size 291x18 contains 1 chunk(s)
18 LayoutSVGInlineText {#text} at (0,0) size 291x18 18 LayoutSVGInlineText {#text} at (0,116) size 291x18
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 LayoutSVGText {text} at (0,136) size 463x18 contains 1 chunk(s) 20 LayoutSVGText {text} at (0,136) size 462.09x18 contains 1 chunk(s)
21 LayoutSVGInlineText {#text} at (0,0) size 463x18 21 LayoutSVGInlineText {#text} at (0,136) size 462.09x18
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