tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / platform / efl / css1 / cascade / important-expected.txt
1 layer at (0,0) size 800x600
2   RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4   RenderBlock {HTML} at (0,0) size 800x600
5     RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC]
6 <<<<<<< HEAD
7       RenderBlock {P} at (0,0) size 784x14 [color=#008000]
8         RenderText {#text} at (0,0) size 264x14
9           text run at (0,0) width 264: "The style declarations which apply to the text below are:"
10       RenderBlock {PRE} at (0,26) size 784x44
11         RenderText {#text} at (0,0) size 174x44
12           text run at (0,0) width 174: "P {color: green ! important;}"
13           text run at (174,0) width 0: " "
14           text run at (0,11) width 90: "P {color: red;}"
15           text run at (90,11) width 0: " "
16           text run at (0,22) width 132: "P#id1 {color: purple;}"
17           text run at (132,22) width 0: " "
18           text run at (0,33) width 0: " "
19       RenderBlock {HR} at (0,80) size 784x2 [border: (1px inset #000000)]
20       RenderBlock {P} at (0,94) size 784x28 [color=#008000]
21         RenderText {#text} at (0,0) size 772x28
22           text run at (0,0) width 772: "This sentence should be green, because the declaration marked important should override any other normal declaration for the same element, even if it occurs later in"
23           text run at (0,14) width 66: "the stylesheet."
24       RenderBlock {P} at (0,134) size 784x28 [color=#008000]
25         RenderText {#text} at (0,0) size 302x14
26           text run at (0,0) width 302: "This sentence should also be green, even though it has an ID of "
27         RenderInline {TT} at (0,0) size 18x11
28           RenderText {#text} at (302,3) size 18x11
29             text run at (302,3) width 18: "id1"
30         RenderText {#text} at (320,0) size 782x28
31           text run at (320,0) width 193: ", which would ordinarily make it purple. "
32           text run at (513,0) width 269: "This is because declarations marked important have more"
33           text run at (0,14) width 283: "weight than normal declarations given in a STYLE attribute."
34       RenderBlock {P} at (0,174) size 784x28 [color=#008000]
35         RenderText {#text} at (0,0) size 777x28
36           text run at (0,0) width 450: "This sentence should also be green, even though it has a STYLE attribute declaring it to be red. "
37           text run at (450,0) width 327: "This is because declarations marked important have more weight than"
38           text run at (0,14) width 225: "normal declarations given in a STYLE attribute."
39       RenderTable {TABLE} at (0,214) size 784x140 [border: (1px outset #808080)]
40         RenderTableSection {TBODY} at (1,1) size 782x138
41           RenderTableRow {TR} at (0,0) size 782x22
42             RenderTableCell {TD} at (0,0) size 782x22 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
43               RenderInline {STRONG} at (0,0) size 122x14
44                 RenderText {#text} at (4,4) size 122x14
45                   text run at (4,4) width 122: "TABLE Testing Section"
46           RenderTableRow {TR} at (0,22) size 782x116
47             RenderTableCell {TD} at (0,69) size 11x22 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
48               RenderText {#text} at (4,4) size 3x14
49                 text run at (4,4) width 3: " "
50             RenderTableCell {TD} at (11,22) size 771x116 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
51               RenderBlock {P} at (4,4) size 763x28 [color=#008000]
52                 RenderText {#text} at (0,0) size 760x28
53                   text run at (0,0) width 760: "This sentence should be green, because the declaration marked important should override any other normal declaration for the same element, even if it occurs later"
54                   text run at (0,14) width 78: "in the stylesheet."
55               RenderBlock {P} at (4,44) size 763x28 [color=#008000]
56                 RenderText {#text} at (0,0) size 302x14
57                   text run at (0,0) width 302: "This sentence should also be green, even though it has an ID of "
58                 RenderInline {TT} at (0,0) size 18x11
59                   RenderText {#text} at (302,3) size 18x11
60                     text run at (302,3) width 18: "id1"
61                 RenderText {#text} at (320,0) size 755x28
62                   text run at (320,0) width 193: ", which would ordinarily make it purple. "
63                   text run at (513,0) width 242: "This is because declarations marked important have"
64                   text run at (0,14) width 310: "more weight than normal declarations given in a STYLE attribute."
65               RenderBlock {P} at (4,84) size 763x28 [color=#008000]
66                 RenderText {#text} at (0,0) size 754x28
67                   text run at (0,0) width 450: "This sentence should also be green, even though it has a STYLE attribute declaring it to be red. "
68                   text run at (450,0) width 304: "This is because declarations marked important have more weight"
69                   text run at (0,14) width 248: "than normal declarations given in a STYLE attribute."
70 =======
71       RenderBlock {P} at (0,0) size 784x19 [color=#008000]
72         RenderText {#text} at (0,0) size 355x19
73           text run at (0,0) width 355: "The style declarations which apply to the text below are:"
74       RenderBlock {PRE} at (0,35) size 784x60
75         RenderText {#text} at (0,0) size 232x60
76           text run at (0,0) width 232: "P {color: green ! important;}"
77           text run at (232,0) width 0: " "
78           text run at (0,15) width 120: "P {color: red;}"
79           text run at (120,15) width 0: " "
80           text run at (0,30) width 176: "P#id1 {color: purple;}"
81           text run at (176,30) width 0: " "
82           text run at (0,45) width 0: " "
83       RenderBlock {HR} at (0,108) size 784x2 [border: (1px inset #000000)]
84       RenderBlock {P} at (0,126) size 784x38 [color=#008000]
85         RenderText {#text} at (0,0) size 767x38
86           text run at (0,0) width 767: "This sentence should be green, because the declaration marked important should override any other normal declaration for"
87           text run at (0,19) width 355: "the same element, even if it occurs later in the stylesheet."
88       RenderBlock {P} at (0,180) size 784x38 [color=#008000]
89         RenderText {#text} at (0,0) size 403x19
90           text run at (0,0) width 403: "This sentence should also be green, even though it has an ID of "
91         RenderInline {TT} at (0,0) size 24x15
92           RenderText {#text} at (403,4) size 24x15
93             text run at (403,4) width 24: "id1"
94         RenderText {#text} at (427,0) size 781x38
95           text run at (427,0) width 258: ", which would ordinarily make it purple. "
96           text run at (685,0) width 96: "This is because"
97           text run at (0,19) width 645: "declarations marked important have more weight than normal declarations given in a STYLE attribute."
98       RenderBlock {P} at (0,234) size 784x38 [color=#008000]
99         RenderText {#text} at (0,0) size 779x38
100           text run at (0,0) width 604: "This sentence should also be green, even though it has a STYLE attribute declaring it to be red. "
101           text run at (604,0) width 175: "This is because declarations"
102           text run at (0,19) width 566: "marked important have more weight than normal declarations given in a STYLE attribute."
103       RenderTable {TABLE} at (0,288) size 784x183 [border: (1px outset #808080)]
104         RenderTableSection {TBODY} at (1,1) size 782x181
105           RenderTableRow {TR} at (0,0) size 782x27
106             RenderTableCell {TD} at (0,0) size 782x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
107               RenderInline {STRONG} at (0,0) size 163x19
108                 RenderText {#text} at (4,4) size 163x19
109                   text run at (4,4) width 163: "TABLE Testing Section"
110           RenderTableRow {TR} at (0,27) size 782x154
111             RenderTableCell {TD} at (0,90) size 12x27 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
112               RenderText {#text} at (4,4) size 4x19
113                 text run at (4,4) width 4: " "
114             RenderTableCell {TD} at (12,27) size 770x154 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
115               RenderBlock {P} at (4,4) size 762x38 [color=#008000]
116                 RenderText {#text} at (0,0) size 745x38
117                   text run at (0,0) width 745: "This sentence should be green, because the declaration marked important should override any other normal declaration"
118                   text run at (0,19) width 377: "for the same element, even if it occurs later in the stylesheet."
119               RenderBlock {P} at (4,58) size 762x38 [color=#008000]
120                 RenderText {#text} at (0,0) size 403x19
121                   text run at (0,0) width 403: "This sentence should also be green, even though it has an ID of "
122                 RenderInline {TT} at (0,0) size 24x15
123                   RenderText {#text} at (403,4) size 24x15
124                     text run at (403,4) width 24: "id1"
125                 RenderText {#text} at (427,0) size 727x38
126                   text run at (427,0) width 258: ", which would ordinarily make it purple. "
127                   text run at (685,0) width 42: "This is"
128                   text run at (0,19) width 699: "because declarations marked important have more weight than normal declarations given in a STYLE attribute."
129               RenderBlock {P} at (4,112) size 762x38 [color=#008000]
130                 RenderText {#text} at (0,0) size 700x38
131                   text run at (0,0) width 604: "This sentence should also be green, even though it has a STYLE attribute declaring it to be red. "
132                   text run at (604,0) width 96: "This is because"
133                   text run at (0,19) width 645: "declarations marked important have more weight than normal declarations given in a STYLE attribute."
134 >>>>>>> 6448a48e03586d4121fcff9ca92e9ee862e1d77d