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 784x60
LayoutText {#text} at (0,0) size 782x59
text run at (0,0) width 471: "This tests for a bug where indented text would appear quoted in GoogleDocs. "
text run at (471,0) width 311: "Google docs uses blockquotes and FormatBlock to"
text run at (0,20) width 724: "implement a \"Quote Text\" feature, and style rules for blockquotes appeared on the blockquotes that we use to implement"
text run at (0,40) width 57: "indenting."
LayoutBlockFlow {DIV} at (0,76) size 784x66
LayoutBlockFlow {BLOCKQUOTE} at (40,0) size 744x20
LayoutBlockFlow {DIV} at (0,0) size 744x20
LayoutText {#text} at (0,0) size 219x19
text run at (0,0) width 219: "This should be indented, not quoted."
LayoutBlockFlow {BLOCKQUOTE} at (8,28) size 768x38 [border: (1px dashed #AAAAAA)]
LayoutText {#text} at (9,9) size 167x19
text run at (9,9) width 167: "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
|