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
|
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 784x576
LayoutBlockFlow {P} at (0,0) size 784x18
LayoutText {#text} at (0,0) size 235x18
text run at (0,0) width 235: "Tests that buttons clip their contents."
LayoutBlockFlow {P} at (0,34) size 784x18
LayoutText {#text} at (0,0) size 772x18
text run at (0,0) width 487: "Each button below should have a yellow border and a black dashed outline. "
text run at (486,0) width 286: "Contents should overflow the yellow border."
LayoutBlockFlow {P} at (0,68) size 784x50
LayoutButton {BUTTON} at (0,0) size 100x50 [bgcolor=#C0C0C0] [border: (2px outset #FFFF00)]
LayoutBlockFlow (anonymous) at (12,12) size 76x204
LayoutBlockFlow {DIV} at (0,0) size 74x204 [bgcolor=#008080] [border: (2px solid #800080)]
LayoutBlockFlow (floating) {DIV} at (52,2) size 20x100 [bgcolor=#006400]
LayoutText {#text} at (13,2) size 36x52
text run at (13,2) width 28: "short"
text run at (10,15) width 34: "words"
text run at (15,28) width 24: "only"
text run at (9,41) width 36: "please"
LayoutText {#text} at (0,0) size 0x0
LayoutButton {BUTTON} at (0,134) size 100x50 [bgcolor=#C0C0C0] [border: (2px outset #FFFF00)]
LayoutBlockFlow (anonymous) at (12,12) size 76x204
LayoutBlockFlow {DIV} at (0,0) size 74x204 [bgcolor=#008080] [border: (2px solid #800080)]
LayoutBlockFlow (floating) {DIV} at (52,2) size 20x100 [bgcolor=#006400]
LayoutText {#text} at (13,2) size 36x52
text run at (13,2) width 28: "short"
text run at (10,15) width 34: "words"
text run at (15,28) width 24: "only"
text run at (9,41) width 36: "please"
LayoutBlockFlow {P} at (0,200) size 784x0
layer at (8,208) size 100x50
LayoutButton (positioned) {BUTTON} at (8,208) size 100x50 [bgcolor=#C0C0C0] [border: (2px outset #FFFF00)]
LayoutBlockFlow (anonymous) at (12,12) size 76x204
LayoutBlockFlow {DIV} at (0,0) size 74x204 [bgcolor=#008080] [border: (2px solid #800080)]
LayoutBlockFlow (floating) {DIV} at (52,2) size 20x100 [bgcolor=#006400]
LayoutText {#text} at (13,2) size 36x52
text run at (13,2) width 28: "short"
text run at (10,15) width 34: "words"
text run at (15,28) width 24: "only"
text run at (9,41) width 36: "please"
|