b747b7208dfb57c20818bf9aef2995412cdefcf4
[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 784x76
7         RenderTableSection {TBODY} at (0,0) size 784x76
8           RenderTableRow {TR} at (0,2) size 784x0
9             RenderTableCell {TD} at (2,1) size 780x74 [r=0 c=0 rs=8190 cs=1]
10               RenderText {#text} at (1,1) size 778x72
11                 text run at (1,1) width 673: "This test succeeds if it does not crash. We implemented a heuristic a while back to prevent giant rowspans. "
12                 text run at (674,1) width 82: "The heuristic"
13                 text run at (1,19) width 696: "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 (697,19) width 82: "large enough"
15                 text run at (1,37) width 684: "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 (685,37) width 92: "So this change"
17                 text run at (1,55) width 413: "matches Firefox and clamps all rowspans to 8k right in the DOM."