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
37
38
39
40
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x214
LayoutBlockFlow {HTML} at (0,0) size 800x214
LayoutBlockFlow {BODY} at (8,8) size 784x193
LayoutBlockFlow {DIV} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 482x19
text run at (0,0) width 482: "This tests proper handling of unicode-bidi: plaintext. You should not see any red."
LayoutBlockFlow {DIV} at (0,20) size 784x80
LayoutText {#text} at (0,0) size 41x19
text run at (0,0) width 41: "!hello. "
LayoutBR {BR} at (41,0) size 0x19
LayoutText {#text} at (742,20) size 42x19
text run at (742,20) width 42 RTL: "!\x{5E9}\x{5DC}\x{5D5}\x{5DD}. "
LayoutBR {BR} at (742,20) size 0x19
LayoutText {#text} at (0,40) size 60x19
text run at (0,40) width 36: "hello, "
text run at (36,40) width 15 RTL: "\x{5DC}\x{5D5}\x{5D9}"
text run at (51,40) width 9: "! "
LayoutBR {BR} at (60,40) size 0x19
LayoutText {#text} at (694,60) size 90x19
text run at (694,60) width 6 RTL: "!"
text run at (699,60) width 48: "WebKit"
text run at (747,60) width 37 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}, "
LayoutBlockFlow {PRE} at (0,113) size 784x80
LayoutText {#text} at (0,0) size 784x80
text run at (0,0) width 8: "a"
text run at (8,0) width 0: " "
text run at (0,16) width 8: "("
text run at (8,16) width 0: " "
text run at (680,32) width 0 RTL: " "
text run at (680,32) width 8 RTL: "!"
text run at (688,32) width 48: "WebKit"
text run at (736,32) width 48 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}, "
text run at (0,48) width 56: "hello, "
text run at (56,48) width 24 RTL: "\x{5DC}\x{5D5}\x{5D9}"
text run at (80,48) width 8: "!"
text run at (88,48) width 0: " "
text run at (0,64) width 8: ")"
text run at (8,64) width 0: " "
|