1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x114
LayoutBlockFlow {HTML} at (0,0) size 800x113.88
LayoutBlockFlow {BODY} at (8,21.44) size 784x76.44
LayoutBlockFlow {H1} at (0,0) size 784x37
LayoutText {#text} at (0,0) size 484x36
text run at (0,0) width 484: "Testing default translate parameter"
LayoutBlockFlow {P} at (0,58.44) size 784x18
LayoutText {#text} at (0,0) size 588x17
text run at (0,0) width 588: "There should be blue and green boxes shown. If there is a red box visible, the test has failed"
layer at (500,100) size 300x100
LayoutBlockFlow (positioned) {DIV} at (500,100) size 300x100 [bgcolor=#FF0000]
LayoutText {#text} at (0,0) size 300x17
text run at (0,0) width 300: "If you can see this box, then the test has failed."
layer at (100,100) size 300x100
LayoutBlockFlow (positioned) {DIV} at (100,100) size 300x100 [bgcolor=#0000FF]
LayoutText {#text} at (0,0) size 278x17
text run at (0,0) width 278: "This box should be visible (it is translated)."
layer at (500,500) size 300x100
LayoutBlockFlow (positioned) {DIV} at (500,500) size 300x100 [bgcolor=#008000]
LayoutText {#text} at (0,0) size 173x17
text run at (0,0) width 173: "This box should be visible."
|