[wpt] Fix border-collapse-offset
This test failed the same way in all browsers: https://wpt.fyi/results/css/CSS2/tables?label=experimental&label=master&aligned With the fix, the test passes in all browsers. offset1: Collapsed - cell border box height is 36 (2* half border + padding) - cell content box height is 30 Non-collapsed - cell border box height is 40 - cell content box is 30 (40 - 2*border - padding) Similar problem with offset2. I believe original test did not account for padding. Bug: 958381 Change-Id: I1c851f24a33aa16152b2a7607804ecfed3d1f8d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587551 Commit-Queue: Aleks Totic <atotic@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Auto-Submit: Aleks Totic <atotic@chromium.org> Reviewed-by:David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#836266}
Showing
Please register or sign in to comment