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 800x236
LayoutBlockFlow {HTML} at (0,0) size 800x236
LayoutBlockFlow {BODY} at (8,8) size 784x212
LayoutBlockFlow {DIV} at (0,0) size 784x108
LayoutBlockFlow {DIV} at (0,0) size 784x18
LayoutInline {<pseudo:before>} at (0,0) size 37x17
LayoutTextFragment (anonymous) at (0,0) size 37x17
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,18) size 784x18
LayoutInline {<pseudo:before>} at (0,0) size 37x17
LayoutTextFragment (anonymous) at (0,0) size 37x17
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,36) size 784x18
LayoutInline {<pseudo:before>} at (0,0) size 37x17
LayoutTextFragment (anonymous) at (0,0) size 37x17
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,54) size 784x18
LayoutInline {<pseudo:before>} at (0,0) size 37x17
LayoutTextFragment (anonymous) at (0,0) size 37x17
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,72) size 784x18
LayoutInline {<pseudo:before>} at (0,0) size 37x17
LayoutTextFragment (anonymous) at (0,0) size 37x17
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,90) size 784x18
LayoutInline {<pseudo:before>} at (0,0) size 37x17
LayoutTextFragment (anonymous) at (0,0) size 37x17
text run at (0,0) width 37: "PASS"
LayoutBlockFlow {DIV} at (0,124) size 784x88
LayoutBlockFlow {P} at (0,0) size 784x18
LayoutInline {A} at (0,0) size 683x17 [color=#0000EE]
LayoutText {#text} at (0,0) size 683x17
text run at (0,0) width 683: "Bug 23741: StyleRareNonInheritedData::operator==() should not compare ContentData objects by pointer"
LayoutBlockFlow {OL} at (0,34) size 784x54
LayoutListItem {LI} at (40,0) size 744x18
LayoutListMarker (anonymous) at (-16,0) size 16x17: "1"
LayoutText {#text} at (0,0) size 348x17
text run at (0,0) width 348: "All lines above should be \"PASS\" on initial page load."
LayoutListItem {LI} at (40,18) size 744x18
LayoutListMarker (anonymous) at (-16,0) size 16x17: "2"
LayoutText {#text} at (0,0) size 142x17
text run at (0,0) width 142: "Reload the page once."
LayoutListItem {LI} at (40,36) size 744x18
LayoutListMarker (anonymous) at (-16,0) size 16x17: "3"
LayoutText {#text} at (0,0) size 249x17
text run at (0,0) width 249: "All lines above should still be \"PASS\"."
|