tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / platform / efl / tables / mozilla_expected_failures / bugs / bug25707-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
6 <<<<<<< HEAD
7       RenderBlock {P} at (0,0) size 784x14
8         RenderText {#text} at (0,0) size 765x14
9           text run at (0,0) width 765: "The table below should be sized so that each word of text wraps to its own line, and if the font size is not too large, then the table will not be wider than the screen."
10       RenderBlock {P} at (0,26) size 784x42
11         RenderText {#text} at (0,0) size 772x42
12           text run at (0,0) width 772: "Previously, the table would be incredibly wide, wide enough so that the entire paragraph of text was on one line. That was because the \"maxElementSize\" of the cell"
13           text run at (0,14) width 762: "was including margins calculated from the desired size of the text (in this case, 19x the desired width of the paragraph). The fix was to calculate the margin for the"
14           text run at (0,28) width 657: "\"maxElementSize\" of the cell using the \"maxElementSize\" of the contained block itself, which in this case is the maximum width of a word."
15       RenderTable {TABLE} at (0,80) size 179x122 [border: (1px outset #808080)]
16         RenderTableSection {TBODY} at (1,1) size 177x120
17           RenderTableRow {TR} at (0,2) size 177x116
18             RenderTableCell {TD} at (2,2) size 173x116 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
19               RenderBlock {P} at (162,2) size 9x112
20                 RenderText {#text} at (0,0) size 25x112
21                   text run at (0,0) width 21: "This"
22                   text run at (0,14) width 8: "is"
23                   text run at (0,28) width 25: "some"
24                   text run at (0,42) width 20: "text."
25                   text run at (0,56) width 21: "This"
26                   text run at (0,70) width 8: "is"
27                   text run at (0,84) width 25: "some"
28                   text run at (0,98) width 20: "text."
29 =======
30       RenderBlock {P} at (0,0) size 784x38
31         RenderText {#text} at (0,0) size 776x38
32           text run at (0,0) width 776: "The table below should be sized so that each word of text wraps to its own line, and if the font size is not too large, then the"
33           text run at (0,19) width 243: "table will not be wider than the screen."
34       RenderBlock {P} at (0,54) size 784x76
35         RenderText {#text} at (0,0) size 773x76
36           text run at (0,0) width 770: "Previously, the table would be incredibly wide, wide enough so that the entire paragraph of text was on one line. That was"
37           text run at (0,19) width 759: "because the \"maxElementSize\" of the cell was including margins calculated from the desired size of the text (in this case,"
38           text run at (0,38) width 773: "19x the desired width of the paragraph). The fix was to calculate the margin for the \"maxElementSize\" of the cell using the"
39           text run at (0,57) width 631: "\"maxElementSize\" of the contained block itself, which in this case is the maximum width of a word."
40       RenderTable {TABLE} at (0,146) size 234x162 [border: (1px outset #808080)]
41         RenderTableSection {TBODY} at (1,1) size 232x160
42           RenderTableRow {TR} at (0,2) size 232x156
43             RenderTableCell {TD} at (2,2) size 228x156 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
44               RenderBlock {P} at (214,2) size 12x152
45                 RenderText {#text} at (0,0) size 33x152
46                   text run at (0,0) width 28: "This"
47                   text run at (0,19) width 10: "is"
48                   text run at (0,38) width 33: "some"
49                   text run at (0,57) width 27: "text."
50                   text run at (0,76) width 28: "This"
51                   text run at (0,95) width 10: "is"
52                   text run at (0,114) width 33: "some"
53                   text run at (0,133) width 27: "text."
54 >>>>>>> 6448a48e03586d4121fcff9ca92e9ee862e1d77d