Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / fast / table / giantRowspan2-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       RenderTable {TABLE} at (0,0) size 784x68
7         RenderTableSection {TBODY} at (0,0) size 784x68
8           RenderTableRow {TR} at (0,2) size 784x0
9             RenderTableCell {TD} at (2,1) size 780x66 [r=0 c=0 rs=8190 cs=1]
10               RenderText {#text} at (1,1) size 772x64
11                 text run at (1,1) width 688: "This test succeeds if it does not crash. We implemented a heuristic a while back to prevent giant rowspans. "
12                 text run at (688,1) width 85: "The heuristic"
13                 text run at (1,17) width 707: "did not, however, fix this case. This rowpsan was small enough so that we thought it was okay to allocate, but "
14                 text run at (707,17) width 33: "large"
15                 text run at (1,33) width 748: "enough so that it actually wasn't okay, and we crashed. Firefox seems to hold 8k as the maximum size for rowspans. "
16                 text run at (748,33) width 18: "So"
17                 text run at (1,49) width 497: "this change matches Firefox and clamps all rowspans to 8k right in the DOM."