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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
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 784x18
LayoutText {#text} at (0,0) size 256x17
text run at (0,0) width 256: "What it should look like (positive case):"
LayoutBlockFlow {DIV} at (0,34) size 784x72 [border: (1px solid #008000)]
LayoutBlockFlow {DIV} at (1,11) size 782x20 [border: (1px solid #0000FF)]
LayoutText {#text} at (1,1) size 86x17
text run at (1,1) width 86: "Lorem ipsum"
LayoutBlockFlow {DIV} at (1,41) size 782x20 [border: (1px dotted #0000FF)]
LayoutText {#text} at (1,1) size 86x17
text run at (1,1) width 86: "Lorem ipsum"
LayoutBlockFlow {P} at (0,122) size 784x18
LayoutText {#text} at (0,0) size 260x17
text run at (0,0) width 260: "What it should look like (negative case):"
LayoutBlockFlow {DIV} at (0,156) size 784x32 [border: (1px solid #008000)]
LayoutBlockFlow {DIV} at (1,11) size 782x20 [border: (1px solid #0000FF)]
LayoutText {#text} at (1,1) size 86x17
text run at (1,1) width 86: "Lorem ipsum"
LayoutBlockFlow {DIV} at (1,21) size 782x20 [border: (1px dotted #0000FF)]
LayoutText {#text} at (1,1) size 86x17
text run at (1,1) width 86: "Lorem ipsum"
LayoutBlockFlow {P} at (0,204) size 784x18
LayoutText {#text} at (0,0) size 380x17
text run at (0,0) width 380: "Dynamic case (automatically testing positive --> negative):"
LayoutBlockFlow {DIV} at (0,238) size 784x32 [border: (1px solid #008000)]
LayoutBlockFlow {DIV} at (1,11) size 782x20 [border: (1px solid #0000FF)]
LayoutText {#text} at (1,1) size 86x17
text run at (1,1) width 86: "Lorem ipsum"
LayoutBlockFlow {DIV} at (1,21) size 782x20 [border: (1px dotted #0000FF)]
LayoutText {#text} at (1,1) size 86x17
text run at (1,1) width 86: "Lorem ipsum"
LayoutBlockFlow (anonymous) at (0,270) size 784x40
LayoutBR {BR} at (0,0) size 0x17
LayoutButton {INPUT} at (0,18) size 108x22 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
LayoutBlockFlow (anonymous) at (8,3) size 92x16
LayoutText {#text} at (0,0) size 92x16
text run at (0,0) width 92: "Negative margin"
LayoutText {#text} at (108,20) size 4x17
text run at (108,20) width 4: " "
LayoutButton {INPUT} at (112,18) size 104x22 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
LayoutBlockFlow (anonymous) at (8,3) size 88x16
LayoutText {#text} at (0,0) size 88x16
text run at (0,0) width 88: "Positive margin"
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {P} at (0,326) size 784x18
LayoutText {#text} at (0,0) size 458x17
text run at (0,0) width 458: "Dynamic case (automatically testing positive --> negative --> positive):"
LayoutBlockFlow {DIV} at (0,360) size 784x72 [border: (1px solid #008000)]
LayoutBlockFlow {DIV} at (1,11) size 782x20 [border: (1px solid #0000FF)]
LayoutText {#text} at (1,1) size 86x17
text run at (1,1) width 86: "Lorem ipsum"
LayoutBlockFlow {DIV} at (1,41) size 782x20 [border: (1px dotted #0000FF)]
LayoutText {#text} at (1,1) size 86x17
text run at (1,1) width 86: "Lorem ipsum"
LayoutBlockFlow (anonymous) at (0,432) size 784x40
LayoutBR {BR} at (0,0) size 0x17
LayoutButton {INPUT} at (0,18) size 108x22 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
LayoutBlockFlow (anonymous) at (8,3) size 92x16
LayoutText {#text} at (0,0) size 92x16
text run at (0,0) width 92: "Negative margin"
LayoutText {#text} at (108,20) size 4x17
text run at (108,20) width 4: " "
LayoutButton {INPUT} at (112,18) size 104x22 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
LayoutBlockFlow (anonymous) at (8,3) size 88x16
LayoutText {#text} at (0,0) size 88x16
text run at (0,0) width 88: "Positive margin"
LayoutText {#text} at (0,0) size 0x0
|