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
|
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
LayoutInline {SPAN} at (0,0) size 294x22
LayoutText {#text} at (0,0) size 294x22
text run at (0,0) width 294: "Hello. This is absolutely regular text."
LayoutText {#text} at (294,2) size 4x19
text run at (294,2) width 4: " "
LayoutBR {BR} at (298,17) size 0x0
LayoutInline {SPAN} at (0,0) size 749x22
LayoutText {#text} at (0,23) size 749x22
text run at (0,23) width 749: "Hello. This is text with -webkit-font-smoothing:auto. It should look like absolutely regular text."
LayoutText {#text} at (749,25) size 4x19
text run at (749,25) width 4: " "
LayoutBR {BR} at (753,40) size 0x0
LayoutInline {SPAN} at (0,0) size 420x22
LayoutText {#text} at (0,46) size 420x22
text run at (0,46) width 420: "Hello. This is text with -webkit-font-smoothing:none."
LayoutText {#text} at (420,48) size 4x19
text run at (420,48) width 4: " "
LayoutBR {BR} at (424,63) size 0x0
LayoutInline {SPAN} at (0,0) size 469x22
LayoutText {#text} at (0,69) size 469x22
text run at (0,69) width 469: "Hello. This is text with -webkit-font-smoothing:antialiased."
LayoutText {#text} at (469,71) size 4x19
text run at (469,71) width 4: " "
LayoutBR {BR} at (473,86) size 0x0
LayoutInline {SPAN} at (0,0) size 777x45
LayoutText {#text} at (0,92) size 777x45
text run at (0,92) width 777: "Hello. This is text with -webkit-font-smoothing:subpixel-antialiased. It should look like absolutely"
text run at (0,115) width 94: "regular text."
LayoutText {#text} at (94,117) size 4x19
text run at (94,117) width 4: " "
LayoutBR {BR} at (98,132) size 0x0
|