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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt

Issue 2524803002: Output LayoutSVGInline in layout tree in SVG way (Closed)
Patch Set: Rebaseline-cl 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 800x600 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="clip1"] [clipPathUnits=objectBoun dingBox] 6 LayoutSVGResourceClipper {clipPath} [id="clip1"] [clipPathUnits=objectBoun dingBox]
7 LayoutSVGEllipse {circle} at (-0.50,-0.50) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.50] 7 LayoutSVGEllipse {circle} at (-0.50,-0.50) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.50]
8 LayoutSVGEllipse {circle} at (-0.50,0.50) size 1x1 [fill={[type=SOLID] [ color=#000000]}] [cx=0.00] [cy=1.00] [r=0.50] 8 LayoutSVGEllipse {circle} at (-0.50,0.50) size 1x1 [fill={[type=SOLID] [ color=#000000]}] [cx=0.00] [cy=1.00] [r=0.50]
9 LayoutSVGResourceClipper {clipPath} [id="clip2"] [clipPathUnits=objectBoun dingBox] 9 LayoutSVGResourceClipper {clipPath} [id="clip2"] [clipPathUnits=objectBoun dingBox]
10 LayoutSVGEllipse {circle} at (0.50,-0.50) size 1x1 [fill={[type=SOLID] [ color=#000000]}] [cx=1.00] [cy=0.00] [r=0.50] 10 LayoutSVGEllipse {circle} at (0.50,-0.50) size 1x1 [fill={[type=SOLID] [ color=#000000]}] [cx=1.00] [cy=0.00] [r=0.50]
(...skipping 21 matching lines...) Expand all
32 [masker="mask1a"] LayoutSVGResourceMasker {mask} at (0,0) size 100x100 32 [masker="mask1a"] LayoutSVGResourceMasker {mask} at (0,0) size 100x100
33 LayoutSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color =#000000]}] [cx=50.00] [cy=50.00] [r=50.00] 33 LayoutSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color =#000000]}] [cx=50.00] [cy=50.00] [r=50.00]
34 [masker="mask1b"] LayoutSVGResourceMasker {mask} at (0,0) size 100x100 34 [masker="mask1b"] LayoutSVGResourceMasker {mask} at (0,0) size 100x100
35 LayoutSVGContainer {g} at (100,100) size 100x100 35 LayoutSVGContainer {g} at (100,100) size 100x100
36 [masker="mask3"] LayoutSVGResourceMasker {mask} at (100,100) size 100x100 36 [masker="mask3"] LayoutSVGResourceMasker {mask} at (100,100) size 100x100
37 LayoutSVGEllipse {circle} at (100,100) size 100x100 [fill={[type=SOLID] [c olor=#000000]}] [cx=150.00] [cy=150.00] [r=50.00] 37 LayoutSVGEllipse {circle} at (100,100) size 100x100 [fill={[type=SOLID] [c olor=#000000]}] [cx=150.00] [cy=150.00] [r=50.00]
38 [masker="mask2"] LayoutSVGResourceMasker {mask} at (100,100) size 100x10 0 38 [masker="mask2"] LayoutSVGResourceMasker {mask} at (100,100) size 100x10 0
39 LayoutSVGText {text} at (104.50,235) size 291x44 contains 1 chunk(s) 39 LayoutSVGText {text} at (104.50,235) size 291x44 contains 1 chunk(s)
40 LayoutSVGInlineText {#text} at (104.50,235) size 291x19 40 LayoutSVGInlineText {#text} at (104.50,235) size 291x19
41 chunk 1 (middle anchor) text run 1 at (104.50,250.00) startOffset 0 endO ffset 52 width 291.00: "The left shape should still be visible after panning" 41 chunk 1 (middle anchor) text run 1 at (104.50,250.00) startOffset 0 endO ffset 52 width 291.00: "The left shape should still be visible after panning"
42 LayoutSVGTSpan {tspan} at (0,0) size 263x19 42 LayoutSVGTSpan {tspan} at (104.50,235) size 291x44
43 LayoutSVGInlineText {#text} at (119,260) size 262x19 43 LayoutSVGInlineText {#text} at (119,260) size 262x19
44 chunk 1 (middle anchor) text run 1 at (119.00,275.00) startOffset 0 en dOffset 44 width 262.00: "And the right shape shouldn't look distorted" 44 chunk 1 (middle anchor) text run 1 at (119.00,275.00) startOffset 0 en dOffset 44 width 262.00: "And the right shape shouldn't look distorted"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698