Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / fast / backgrounds / background-inherit-color-bug-expected.txt
1 layer at (0,0) size 785x1046
2   RenderView at (0,0) size 785x600
3 layer at (0,0) size 785x1046
4   RenderBlock {HTML} at (0,0) size 785x1046.31
5     RenderBody {BODY} at (8,8) size 769x1008.31
6       RenderBlock {DIV} at (72.91,0) size 623.19x424 [border: (4px solid #000000)]
7         RenderBlock {P} at (4,20) size 615.19x16
8           RenderText {#text} at (0,0) size 596x16
9             text run at (0,0) width 596: "Affected Browsers: Safari 2.0, Windows Internet Explorer 6 SP2"
10         RenderBlock {HR} at (4,52) size 615.19x2 [border: (1px inset #EEEEEE)]
11         RenderBlock {P} at (4,70) size 615.19x48
12           RenderText {#text} at (0,0) size 586x48
13             text run at (0,0) width 586: "Bug Description: On the Affected Browsers, if a rule sets the"
14             text run at (0,16) width 519: "'background-color' of an element, this color cannot be"
15             text run at (0,32) width 461: "overridden by 'background:inherit' declarations."
16         RenderBlock {HR} at (4,134) size 615.19x2 [border: (1px inset #EEEEEE)]
17         RenderBlock {P} at (4,152) size 615.19x80
18           RenderText {#text} at (0,0) size 615x48
19             text run at (0,0) width 577: "Example: With the following code, the background color of H1"
20             text run at (0,16) width 615: "elements stays pink, no matter what background color the parents"
21             text run at (0,32) width 49: "have:"
22           RenderBR {BR} at (48,32) size 1x16
23           RenderText {#text} at (0,48) size 308x16
24             text run at (0,48) width 49: "  H1 "
25             text run at (48,48) width 260: "{ background-color: pink; }"
26           RenderBR {BR} at (307,48) size 1x16
27           RenderText {#text} at (0,64) size 279x16
28             text run at (0,64) width 49: "  H1 "
29             text run at (48,64) width 231: "{ background: inherit; }"
30         RenderBlock {HR} at (4,248) size 615.19x2 [border: (1px inset #EEEEEE)]
31         RenderBlock {P} at (4,266) size 615.19x48
32           RenderText {#text} at (0,0) size 586x48
33             text run at (0,0) width 586: "Work-around: The 'background-color' can only be overridden by"
34             text run at (0,16) width 577: "another 'background-color' declaration, or by a 'background'"
35             text run at (0,32) width 365: "declaration that does specify a color."
36         RenderBlock {HR} at (4,330) size 615.19x2 [border: (1px inset #EEEEEE)]
37         RenderBlock (anonymous) at (4,340) size 615.19x16
38           RenderText {#text} at (0,0) size 410x16
39             text run at (0,0) width 410: "This is in contradiction with the CSS2 specification which says:"
40         RenderBlock {UL} at (4,372) size 615.19x32
41           RenderListItem {LI} at (40,0) size 575.19x32
42             RenderListMarker at (-16,0) size 6x16: bullet
43             RenderText {#text} at (0,0) size 29x16
44               text run at (0,0) width 29: "The "
45             RenderInline {A} at (0,0) size 83x16 [color=#0000EE]
46               RenderText {#text} at (28,0) size 83x16
47                 text run at (28,0) width 83: "'background'"
48             RenderText {#text} at (110,0) size 536x32
49               text run at (110,0) width 426: " property first sets all the individual background properties to their"
50               text run at (0,16) width 424: "initial values, then assigns explicit values given in the declaration."
51       RenderBlock {DIV} at (72.91,454) size 623.19x554.31 [color=#008000] [bgcolor=#90EE90] [border: (4px solid #008000)]
52         RenderBlock (anonymous) at (4,4) size 615.19x16
53           RenderText {#text} at (0,0) size 221x16
54             text run at (0,0) width 221: "This DIV has a green background."
55         RenderBlock {H1} at (61.52,41.44) size 500.14x136 [border: (4px solid #008000)]
56           RenderText {#text} at (4,4) size 445x128
57             text run at (4,4) width 442: "This header should have a green"
58             text run at (4,36) width 415: "background (not pink) but the"
59             text run at (4,68) width 445: "inline style rule is ignored on the"
60             text run at (4,100) width 260: "Affected Browsers."
61         RenderBlock (anonymous) at (4,207.44) size 615.19x16
62           RenderText {#text} at (0,0) size 159x16
63             text run at (0,0) width 159: "The DIV continues here."
64         RenderBlock {H1} at (61.52,244.88) size 500.14x136 [border: (4px solid #008000)]
65           RenderText {#text} at (4,4) size 448x128
66             text run at (4,4) width 442: "This header should have a green"
67             text run at (4,36) width 415: "background (not pink) but the"
68             text run at (4,68) width 448: "!important rule is ignored on the"
69             text run at (4,100) width 260: "Affected Browsers."
70         RenderBlock (anonymous) at (4,410.88) size 615.19x16
71           RenderText {#text} at (0,0) size 159x16
72             text run at (0,0) width 159: "The DIV continues here."
73         RenderBlock {H1} at (61.52,448.31) size 500.14x72 [color=#FF0000] [bgcolor=#FFC0CB] [border: (4px solid #FF0000)]
74           RenderText {#text} at (4,4) size 485x64
75             text run at (4,4) width 485: "This header has a pink background"
76             text run at (4,36) width 218: "and that's good."