blob: bff3434cbe85c0c9e1fc9cbe69e2540508554c93 [file] [log] [blame]
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderTable {TABLE} at (0,0) size 784x78
RenderTableSection {TBODY} at (0,0) size 784x78
RenderTableRow {TR} at (0,2) size 784x74
RenderTableCell {TD} at (2,2) size 780x74 [r=0 c=0 rs=65534 cs=1]
RenderText {#text} at (1,1) size 778x71
text run at (1,1) width 672: "This test succeeds if it does not crash. We implemented a heuristic a while back to prevent giant rowspans. "
text run at (672,1) width 107: "The heuristic did"
text run at (1,19) width 672: "not, however, fix this case. This rowpsan was small enough so that we thought it was okay to allocate, but "
text run at (672,19) width 101: "large enough so"
text run at (1,37) width 665: "that it actually wasn't okay, and we crashed. Firefox seems to hold 8k as the maximum size for rowspans. "
text run at (665,37) width 93: "So this change"
text run at (1,55) width 413: "matches Firefox and clamps all rowspans to 8k right in the DOM."