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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
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 784x40
LayoutText {#text} at (0,0) size 780x39
text run at (0,0) width 555: "This tests for a bug where empty table rows well after the selection to delete were removed. "
text run at (555,0) width 225: "There should be five rows in the table"
text run at (0,20) width 217: "below, before and after the deletion."
LayoutBlockFlow {DIV} at (0,56) size 784x140
LayoutTable {TABLE} at (0,0) size 107x140 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 105x138
LayoutTableRow {TR} at (0,2) size 105x32
LayoutTableCell {TD} at (2,2) size 32x32 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutBR {BR} at (6,6) size 0x19
LayoutTableCell {TD} at (36,2) size 32x32 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
LayoutBR {BR} at (6,6) size 0x19
LayoutTableCell {TD} at (70,2) size 33x32 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
LayoutBR {BR} at (6,6) size 0x19
LayoutTableRow {TR} at (0,36) size 105x32
LayoutTableCell {TD} at (2,36) size 32x32 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (6,6) size 20x19
text run at (6,6) width 20: "foo"
LayoutTableCell {TD} at (36,36) size 32x32 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
LayoutText {#text} at (6,6) size 20x19
text run at (6,6) width 20: "bar"
LayoutTableCell {TD} at (70,36) size 33x32 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
LayoutText {#text} at (6,6) size 21x19
text run at (6,6) width 21: "baz"
LayoutTableRow {TR} at (0,70) size 105x32
LayoutTableCell {TD} at (2,70) size 32x32 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
LayoutBR {BR} at (6,6) size 0x19
LayoutTableCell {TD} at (36,70) size 32x32 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
LayoutBR {BR} at (6,6) size 0x19
LayoutTableCell {TD} at (70,70) size 33x32 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
LayoutBR {BR} at (6,6) size 0x19
LayoutTableRow {TR} at (0,104) size 105x32
LayoutTableCell {TD} at (2,104) size 32x32 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
LayoutBR {BR} at (6,6) size 0x19
LayoutTableCell {TD} at (36,104) size 32x32 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
LayoutBR {BR} at (6,6) size 0x19
LayoutTableCell {TD} at (70,104) size 33x32 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
LayoutBR {BR} at (6,6) size 0x19
caret: position 0 of child 0 {BR} of child 0 {TD} of child 0 {TR} of child 1 {TBODY} of child 1 {TABLE} of child 3 {DIV} of body
|