1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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 784x570.56
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 754x19
text run at (0,0) width 754: "This tests handling of duplicated properties in inline style declarations. Using !important should have an effect. See bug #4128."
LayoutBlockFlow {H1} at (0,41.44) size 784x37 [color=#FF0000]
LayoutText {#text} at (0,0) size 253x36
text run at (0,0) width 253: "This should be red"
LayoutBlockFlow {H1} at (0,99.88) size 784x37 [color=#00FF00]
LayoutText {#text} at (0,0) size 283x36
text run at (0,0) width 283: "This should be green"
LayoutBlockFlow {H1} at (0,158.31) size 784x37 [color=#FF0000]
LayoutText {#text} at (0,0) size 253x36
text run at (0,0) width 253: "This should be red"
LayoutBlockFlow {H1} at (0,216.75) size 784x37 [color=#FF0000]
LayoutText {#text} at (0,0) size 253x36
text run at (0,0) width 253: "This should be red"
|