tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / platform / efl / fast / backgrounds / background-inherit-color-bug-expected.txt
1 layer at (0,0) size 785x1168
2   RenderView at (0,0) size 785x600
3 layer at (0,0) size 785x1168
4   RenderBlock {HTML} at (0,0) size 785x1168
5     RenderBody {BODY} at (8,8) size 769x1130
6       RenderBlock {DIV} at (73,0) size 623x488 [border: (4px solid #000000)]
7         RenderBlock {P} at (4,20) size 615x38
8           RenderText {#text} at (0,0) size 580x38
9             text run at (0,0) width 580: "Affected Browsers: Safari 2.0, Windows Internet Explorer 6"
10             text run at (0,19) width 30: "SP2"
11         RenderBlock {HR} at (4,74) size 615x2 [border: (1px inset #000000)]
12         RenderBlock {P} at (4,92) size 615x57
13           RenderText {#text} at (0,0) size 610x57
14             text run at (0,0) width 610: "Bug Description: On the Affected Browsers, if a rule sets the"
15             text run at (0,19) width 540: "'background-color' of an element, this color cannot be"
16             text run at (0,38) width 480: "overridden by 'background:inherit' declarations."
17         RenderBlock {HR} at (4,165) size 615x2 [border: (1px inset #000000)]
18         RenderBlock {P} at (4,183) size 615x95
19           RenderText {#text} at (0,0) size 600x57
20             text run at (0,0) width 600: "Example: With the following code, the background color of H1"
21             text run at (0,19) width 560: "elements stays pink, no matter what background color the"
22             text run at (0,38) width 130: "parents have:"
23           RenderBR {BR} at (130,38) size 0x19
24           RenderText {#text} at (0,57) size 320x19
25             text run at (0,57) width 50: "  H1 "
26             text run at (50,57) width 270: "{ background-color: pink; }"
27           RenderBR {BR} at (320,57) size 0x19
28           RenderText {#text} at (0,76) size 290x19
29             text run at (0,76) width 50: "  H1 "
30             text run at (50,76) width 240: "{ background: inherit; }"
31         RenderBlock {HR} at (4,294) size 615x2 [border: (1px inset #000000)]
32         RenderBlock {P} at (4,312) size 615x57
33           RenderText {#text} at (0,0) size 610x57
34             text run at (0,0) width 610: "Work-around: The 'background-color' can only be overridden by"
35             text run at (0,19) width 600: "another 'background-color' declaration, or by a 'background'"
36             text run at (0,38) width 380: "declaration that does specify a color."
37         RenderBlock {HR} at (4,385) size 615x2 [border: (1px inset #000000)]
38         RenderBlock (anonymous) at (4,395) size 615x19
39           RenderText {#text} at (0,0) size 401x19
40             text run at (0,0) width 401: "This is in contradiction with the CSS2 specification which says:"
41         RenderBlock {UL} at (4,430) size 615x38
42           RenderListItem {LI} at (40,0) size 575x38
43             RenderListMarker at (-18,0) size 7x19: bullet
44             RenderText {#text} at (0,0) size 29x19
45               text run at (0,0) width 29: "The "
46             RenderInline {A} at (0,0) size 81x19 [color=#0000EE]
47               RenderText {#text} at (29,0) size 81x19
48                 text run at (29,0) width 81: "'background'"
49             RenderText {#text} at (110,0) size 563x38
50               text run at (110,0) width 453: " property first sets all the individual background properties to their initial"
51               text run at (0,19) width 373: "values, then assigns explicit values given in the declaration."
52       RenderBlock {DIV} at (73,518) size 623x612 [color=#008000] [bgcolor=#90EE90] [border: (4px solid #008000)]
53         RenderBlock (anonymous) at (4,4) size 615x19
54           RenderText {#text} at (0,0) size 219x19
55             text run at (0,0) width 219: "This DIV has a green background."
56         RenderBlock {H1} at (61,44) size 500x156 [border: (4px solid #008000)]
57           RenderText {#text} at (4,4) size 445x147
58             text run at (4,4) width 441: "This header should have a green"
59             text run at (4,41) width 418: "background (not pink) but the"
60             text run at (4,78) width 445: "inline style rule is ignored on the"
61             text run at (4,115) width 258: "Affected Browsers."
62         RenderBlock (anonymous) at (4,230) size 615x19
63           RenderText {#text} at (0,0) size 157x19
64             text run at (0,0) width 157: "The DIV continues here."
65         RenderBlock {H1} at (61,270) size 500x156 [border: (4px solid #008000)]
66           RenderText {#text} at (4,4) size 449x147
67             text run at (4,4) width 441: "This header should have a green"
68             text run at (4,41) width 418: "background (not pink) but the"
69             text run at (4,78) width 449: "!important rule is ignored on the"
70             text run at (4,115) width 258: "Affected Browsers."
71         RenderBlock (anonymous) at (4,456) size 615x19
72           RenderText {#text} at (0,0) size 157x19
73             text run at (0,0) width 157: "The DIV continues here."
74         RenderBlock {H1} at (61,496) size 500x82 [color=#FF0000] [bgcolor=#FFC0CB] [border: (4px solid #FF0000)]
75           RenderText {#text} at (4,4) size 485x73
76             text run at (4,4) width 485: "This header has a pink background"
77             text run at (4,41) width 219: "and that's good."