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
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x256
LayoutBlockFlow {HTML} at (0,0) size 800x256
LayoutBlockFlow {BODY} at (8,8) size 784x232
LayoutBlockFlow {DIV} at (0,0) size 784x120
LayoutBlockFlow {DIV} at (0,0) size 784x20
LayoutInline {<pseudo:before>} at (0,0) size 37x19
LayoutTextFragment (anonymous) at (0,0) size 37x19
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,20) size 784x20
LayoutInline {<pseudo:before>} at (0,0) size 37x19
LayoutTextFragment (anonymous) at (0,0) size 37x19
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,40) size 784x20
LayoutInline {<pseudo:before>} at (0,0) size 37x19
LayoutTextFragment (anonymous) at (0,0) size 37x19
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,60) size 784x20
LayoutInline {<pseudo:before>} at (0,0) size 37x19
LayoutTextFragment (anonymous) at (0,0) size 37x19
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,80) size 784x20
LayoutInline {<pseudo:before>} at (0,0) size 37x19
LayoutTextFragment (anonymous) at (0,0) size 37x19
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,100) size 784x20
LayoutInline {<pseudo:before>} at (0,0) size 37x19
LayoutTextFragment (anonymous) at (0,0) size 37x19
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,136) size 784x96
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutInline {A} at (0,0) size 646x19 [color=#0000EE]
LayoutText {#text} at (0,0) size 646x19
text run at (0,0) width 646: "Bug 23741: StyleRareNonInheritedData::operator==() should not compare ContentData objects by pointer"
LayoutBlockFlow {OL} at (0,36) size 784x60
LayoutListItem {LI} at (40,0) size 744x20
LayoutListMarker (anonymous) at (-16,0) size 16x19: "1"
LayoutText {#text} at (0,0) size 321x19
text run at (0,0) width 321: "All lines above should be \"PASS\" on initial page load."
LayoutListItem {LI} at (40,20) size 744x20
LayoutListMarker (anonymous) at (-16,0) size 16x19: "2"
LayoutText {#text} at (0,0) size 135x19
text run at (0,0) width 135: "Reload the page once."
LayoutListItem {LI} at (40,40) size 744x20
LayoutListMarker (anonymous) at (-16,0) size 16x19: "3"
LayoutText {#text} at (0,0) size 228x19
text run at (0,0) width 228: "All lines above should still be \"PASS\"."
|