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
|
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 784x20
LayoutText {#text} at (0,0) size 748x19
text run at (0,0) width 382: "This tests for a hang when indenting a fully selected table twice. "
text run at (382,0) width 366: "You should see a twice indented table, with four cells, below."
LayoutBlockFlow {DIV} at (0,36) size 784x56
LayoutBlockFlow {BLOCKQUOTE} at (40,0) size 744x56
LayoutBlockFlow {BLOCKQUOTE} at (40,0) size 704x56
LayoutTable {TABLE} at (0,0) size 80x56 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 78x54
LayoutTableRow {TR} at (0,2) size 78x24
LayoutTableCell {TD} at (2,2) size 39x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (2,2) size 26x19
text run at (2,2) width 26: "One"
LayoutTableCell {TD} at (43,2) size 33x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 27x19
text run at (2,2) width 27: "Two"
LayoutTableRow {TR} at (0,28) size 78x24
LayoutTableCell {TD} at (2,28) size 39x24 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (2,2) size 35x19
text run at (2,2) width 35: "Three"
LayoutTableCell {TD} at (43,28) size 33x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 29x19
text run at (2,2) width 29: "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
|