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

Side by Side Diff: LayoutTests/platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (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 800x292 3 layer at (0,0) size 800x292
4 RenderBlock {html} at (0,0) size 800x292 4 RenderBlock {html} at (0,0) size 800x292
5 RenderBody {body} at (8,10) size 784x272 5 RenderBody {body} at (8,10) size 784x272
6 RenderBlock {p} at (0,0) size 784x18 [color=#000080] 6 RenderBlock {p} at (0,0) size 784x18 [color=#000080]
7 RenderText {#text} at (0,0) size 460x18 7 RenderText {#text} at (0,0) size 460x18
8 text run at (0,0) width 460: "The word \"TEST \" should appear twice b elow, the same size each time." 8 text run at (0,0) width 460: "The word \"TEST \" should appear twice b elow, the same size each time."
9 RenderBlock (anonymous) at (0,28) size 784x124 9 RenderBlock (anonymous) at (0,28) size 784x124
10 RenderSVGRoot {svg} at (18,48) size 390x110 10 LayoutSVGRoot {svg} at (18,48) size 390x110
11 LayoutSVGRect {rect} at (18,48) size 390x110 [transform={m=((10.00,0.0 0)(0.00,10.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#D3D3D3]}] [x=1.00] [ y=1.00] [width=60.00] [height=12.00] 11 LayoutSVGRect {rect} at (18,48) size 390x110 [transform={m=((10.00,0.0 0)(0.00,10.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#D3D3D3]}] [x=1.00] [ y=1.00] [width=60.00] [height=12.00]
12 LayoutSVGForeignObject {foreignObject} at (1,1) size 60x10 12 LayoutSVGForeignObject {foreignObject} at (1,1) size 60x10
13 RenderBlock {div} at (0,0) size 60x13 [color=#000080] 13 RenderBlock {div} at (0,0) size 60x13 [color=#000080]
14 RenderText {#text} at (0,0) size 24x13 14 RenderText {#text} at (0,0) size 24x13
15 text run at (0,0) width 24: "TEST" 15 text run at (0,0) width 24: "TEST"
16 RenderText {#text} at (0,0) size 0x0 16 RenderText {#text} at (0,0) size 0x0
17 layer at (18,182) size 390x110 17 layer at (18,182) size 390x110
18 RenderBlock (relative positioned) {div} at (0,162) size 390x110 [color=#000080 ] [bgcolor=#D3D3D3] 18 RenderBlock (relative positioned) {div} at (0,162) size 390x110 [color=#000080 ] [bgcolor=#D3D3D3]
19 RenderBlock {div} at (0,0) size 390x115 19 RenderBlock {div} at (0,0) size 390x115
20 RenderText {#text} at (0,0) size 239x115 20 RenderText {#text} at (0,0) size 239x115
21 text run at (0,0) width 239: "TEST" 21 text run at (0,0) width 239: "TEST"
22 selection start: position 0 of child 0 {#text} of child 1 {p} of body 22 selection start: position 0 of child 0 {#text} of child 1 {p} of body
23 selection end: position 4 of child 0 {#text} of child 1 {div} of child 5 {div} of body 23 selection end: position 4 of child 0 {#text} of child 1 {div} of child 5 {div} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698