Commit b311244b authored by apavlov@chromium.org's avatar apavlov@chromium.org

Auto-rebaseline for r168326

http://src.chromium.org/viewvc/blink?view=revision&revision=168326

BUG=258420
TBR=a.suchit@samsung.com

Review URL: https://codereview.chromium.org/181573003

git-svn-id: svn://svn.chromium.org/blink/trunk@168334 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 2b9cfe81
......@@ -1154,8 +1154,3 @@ crbug.com/309197 [ Win ] webaudio/oscillator-sine.html [ NeedsManualRebaseline ]
crbug.com/309197 [ Win ] webaudio/oscillator-square.html [ NeedsManualRebaseline ]
crbug.com/309197 [ XP ] svg/W3C-SVG-1.1/filters-conv-01-f.svg [ NeedsManualRebaseline ]
crbug.com/309197 [ XP ] svg/transforms/text-with-mask-with-svg-transform.svg [ NeedsManualRebaseline ]
#Below test case need to rebaseline after crbug.com/258420
crbug.com/258420 [ Win Mac ] fast/table/table-rowspan-cell-with-empty-cell.html [ NeedsRebaseline ]
crbug.com/258420 [ Win Mac ] fast/table/giantRowspan2.html [ NeedsRebaseline ]
crbug.com/258420 [ Win Mac ] tables/mozilla/bugs/bug220536.html [ NeedsRebaseline ]
......@@ -3,15 +3,15 @@ layer 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 784x4
RenderTableSection {TBODY} at (0,0) size 784x4
RenderTable {TABLE} at (0,0) size 784x76
RenderTableSection {TBODY} at (0,0) size 784x76
RenderTableRow {TR} at (0,2) size 784x0
RenderTableCell {TD} at (2,-52) size 780x109 [r=0 c=0 rs=8190 cs=1]
RenderText {#text} at (1,1) size 778x107
RenderTableCell {TD} at (2,1) size 780x74 [r=0 c=0 rs=8190 cs=1]
RenderText {#text} at (1,1) size 778x72
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. "
text run at (674,1) width 82: "The heuristic"
text run at (1,54) width 696: "did not, however, fix this case. This rowpsan was small enough so that we thought it was okay to allocate, but "
text run at (697,54) width 82: "large enough"
text run at (1,72) width 684: "so that it actually wasn't okay, and we crashed. Firefox seems to hold 8k as the maximum size for rowspans. "
text run at (685,72) width 92: "So this change"
text run at (1,90) width 413: "matches Firefox and clamps all rowspans to 8k right in the DOM."
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 "
text run at (697,19) width 82: "large enough"
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. "
text run at (685,37) width 92: "So this change"
text run at (1,55) width 413: "matches Firefox and clamps all rowspans to 8k right in the DOM."
......@@ -3,20 +3,20 @@ layer 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 126x32 [border: (1px outset #808080)]
RenderTableSection {THEAD} at (1,1) size 124x6
RenderTable {TABLE} at (0,0) size 126x54 [border: (1px outset #808080)]
RenderTableSection {THEAD} at (1,1) size 124x28
RenderTableRow {TR} at (0,2) size 124x0
RenderTableCell {TH} at (2,-8) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
RenderTableCell {TH} at (2,3) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
RenderText {#text} at (2,2) size 32x18
text run at (2,2) width 32: "aaaa"
RenderTableCell {TH} at (40,-8) size 40x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
RenderTableCell {TH} at (40,3) size 40x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
RenderText {#text} at (2,2) size 36x18
text run at (2,2) width 36: "bbbb"
RenderTableCell {TH} at (82,-8) size 40x22 [border: (1px inset #808080)] [r=0 c=2 rs=2 cs=1]
RenderTableCell {TH} at (82,3) size 40x22 [border: (1px inset #808080)] [r=0 c=2 rs=2 cs=1]
RenderText {#text} at (2,2) size 36x18
text run at (2,2) width 36: "dddd"
RenderTableRow {TR} at (0,4) size 124x0
RenderTableSection {TBODY} at (1,7) size 124x24
RenderTableRow {TR} at (0,4) size 124x22
RenderTableSection {TBODY} at (1,29) size 124x24
RenderTableRow {TR} at (0,0) size 124x22
RenderTableCell {TD} at (2,0) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
RenderText {#text} at (2,2) size 32x18
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment