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 298x22
LayoutText {#text} at (0,0) size 298x22
text run at (0,0) width 298: "Hello. This is absolutely regular text."
LayoutText {#text} at (297,4) size 5x17
text run at (297,4) width 5: " "
LayoutBR {BR} at (301,18) size 1x0
LayoutInline {SPAN} at (0,0) size 765x22
LayoutText {#text} at (0,23) size 765x22
text run at (0,23) width 765: "Hello. This is text with -webkit-font-smoothing:auto. It should look like absolutely regular text."
LayoutText {#text} at (764,27) size 5x17
text run at (764,27) width 5: " "
LayoutBR {BR} at (768,41) size 1x0
LayoutInline {SPAN} at (0,0) size 430x22
LayoutText {#text} at (0,46) size 430x22
text run at (0,46) width 430: "Hello. This is text with -webkit-font-smoothing:none."
LayoutText {#text} at (429,50) size 5x17
text run at (429,50) width 5: " "
LayoutBR {BR} at (433,64) size 1x0
LayoutInline {SPAN} at (0,0) size 477x22
LayoutText {#text} at (0,69) size 477x22
text run at (0,69) width 477: "Hello. This is text with -webkit-font-smoothing:antialiased."
LayoutText {#text} at (476,73) size 5x17
text run at (476,73) width 5: " "
LayoutBR {BR} at (480,87) size 1x0
LayoutInline {SPAN} at (0,0) size 702x45
LayoutText {#text} at (0,92) size 702x45
text run at (0,92) width 702: "Hello. This is text with -webkit-font-smoothing:subpixel-antialiased. It should look like"
text run at (0,115) width 184: "absolutely regular text."
LayoutText {#text} at (183,119) size 5x17
text run at (183,119) width 5: " "
LayoutBR {BR} at (187,133) size 1x0
|