1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutBlockFlow {P} at (0,0) size 784x36
LayoutText {#text} at (0,0) size 761x35
text run at (0,0) width 416: "This tests for a hang when indenting a fully selected table twice. "
text run at (415,0) width 346: "You should see a twice indented table, with four cells,"
text run at (0,18) width 43: "below."
LayoutBlockFlow {DIV} at (0,52) size 784x52
LayoutBlockFlow {BLOCKQUOTE} at (40,0) size 744x52
LayoutBlockFlow {BLOCKQUOTE} at (40,0) size 704x52
LayoutTable {TABLE} at (0,0) size 85x52 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 83x50
LayoutTableRow {TR} at (0,2) size 83x22
LayoutTableCell {TD} at (2,2) size 42x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (2,2) size 27x17
text run at (2,2) width 27: "One"
LayoutTableCell {TD} at (46,2) size 35x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 29x17
text run at (2,2) width 29: "Two"
LayoutTableRow {TR} at (0,26) size 83x22
LayoutTableCell {TD} at (2,26) size 42x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (2,2) size 38x17
text run at (2,2) width 38: "Three"
LayoutTableCell {TD} at (46,26) size 35x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 31x17
text run at (2,2) width 31: "Four"
selection start: position 0 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
selection end: position 2 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
|