Skip to content
  • ossy@webkit.org's avatar
    Vertical border spacing is doubled between table row groups · cf6bebb5
    ossy@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=20040
    
    Patch by Laszlo Vidacs <lac@inf.u-szeged.hu> on 2013-11-25
    Reviewed by Csaba Osztrogonác.
    
    Source/WebCore:
    
    Based on Chromium fix https://chromium.googlesource.com/chromium/blink/+/eb615069267f895c59bc576f9d65b3fa5add41e9
    
    Rebaseline needed for table related tests (100+).
    
    * rendering/RenderTableSection.cpp:
    (WebCore::RenderTableSection::calcRowLogicalHeight):
    
    LayoutTests:
    
    First tuple of rebaselined tests for mac. Rebaseline needed for table related tests (100+).
    
    * fast/table/anonymous-table-section-removed.html:
    * platform/mac/accessibility/table-detection-expected.txt:
    * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
    * platform/mac/fast/forms/input-value-expected.txt:
    * platform/mac/fast/table/011-expected.txt:
    * platform/mac/fast/table/border-collapsing/004-expected.txt:
    * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
    * platform/mac/fast/table/floating-th-expected.txt:
    * platform/mac/fast/table/frame-and-rules-expected.txt:
    * platform/mac/fast/table/multiple-captions-display-expected.txt:
    * platform/mac/fast/table/rowindex-expected.txt:
    * platform/mac/fast/table/table-display-types-expected.txt:
    * platform/mac/fast/table/table-display-types-strict-expected.txt:
    * platform/mac/fast/table/table-display-types-vertical-expected.txt:
    * platform/mac/fast/table/tableInsideCaption-expected.txt:
    * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
    * platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
    * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
    * platform/mac/tables/mozilla/bugs/bug3263-expected.txt:
    * platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
    * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
    * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
    * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
    * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
    * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
    * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
    * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
    * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
    * platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt:
    * platform/mac/tables/mozilla/marvin/body_thead-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159747 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    cf6bebb5