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
|
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
LayoutText {#text} at (0,0) size 515x17
text run at (0,0) width 515: "This tests that contenteditable elements, with no children, get the right baseline. "
LayoutBR {BR} at (514,14) size 1x0
LayoutBR {BR} at (0,18) size 0x17
LayoutBlockFlow {DIV} at (0,36) size 154x22 [border: (1px solid #FF0000)]
LayoutBlockFlow {DIV} at (1,1) size 152x20 [border: (1px solid #008000)]
LayoutText {#text} at (154,38) size 452x17
text run at (154,38) width 452: "This text should line up with the bottom of the text in the editable div. "
LayoutBR {BR} at (605,52) size 1x0
LayoutBR {BR} at (0,58) size 0x17
LayoutBlockFlow {DIV} at (0,76) size 210x96 [border: (10px solid #FF0000)]
LayoutBlockFlow (anonymous) at (10,10) size 190x18
LayoutText {#text} at (0,0) size 24x17
text run at (0,0) width 24: "text"
LayoutBlockFlow {DIV} at (10,28) size 190x58 [border: (20px solid #008000)]
LayoutText {#text} at (210,124) size 452x17
text run at (210,124) width 452: "This text should line up with the bottom of the text in the editable div. "
LayoutBR {BR} at (661,138) size 1x0
LayoutBR {BR} at (0,172) size 0x17
LayoutBlockFlow {DIV} at (0,190) size 180x173 [border: (5px solid #FF0000)]
LayoutBlockFlow {DIV} at (5,5) size 170x163 [border: (10px solid #008000)]
LayoutText {#text} at (180,308) size 448x17
text run at (180,308) width 448: "This text should line up with the bottom of the text in the editable div."
|