1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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 784x54
LayoutText {#text} at (0,0) size 763x53
text run at (0,0) width 500: "This tests for a bug where indented text would appear quoted in GoogleDocs. "
text run at (499,0) width 221: "Google docs uses blockquotes and"
text run at (0,18) width 763: "FormatBlock to implement a \"Quote Text\" feature, and style rules for blockquotes appeared on the blockquotes that we"
text run at (0,36) width 179: "use to implement indenting."
LayoutBlockFlow {DIV} at (0,70) size 784x62
LayoutBlockFlow {BLOCKQUOTE} at (40,0) size 744x18
LayoutBlockFlow {DIV} at (0,0) size 744x18
LayoutText {#text} at (0,0) size 234x17
text run at (0,0) width 234: "This should be indented, not quoted."
LayoutBlockFlow {BLOCKQUOTE} at (8,26) size 768x36 [border: (1px dashed #AAAAAA)]
LayoutText {#text} at (9,9) size 178x17
text run at (9,9) width 178: "This text should be Quoted."
caret: position 0 of child 0 {#text} of child 0 {DIV} of child 1 {BLOCKQUOTE} of child 3 {DIV} of body
|