summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse
Commit message (Collapse)AuthorAgeLines
* issue #1575 - Fix the wrong position when we calculate the position for ↵win7-72020-06-02-0/+62
| | | | | | position:absolute child and add reftests Use |GetUsedBorder| instead of |GetComputedBorder| when we calculate the position for position:absolute child.
* issue #1547 - Correct z-ordering for some table parts and add reftestswin7-72020-05-13-0/+159
|
* Issue #1545 - Fix border-radius on table row groups, rows, column groups, or ↵win7-72020-05-12-0/+266
| | | | | | | | | | columns Before issue #146, border-radius on row groups, rows, column groups, or columns don't apply to the background of each cell, yet the border-radius on the cell itself does. After issue #146, the behaviors changed. In this patch, I tried to revert the behaviors of border-radius on table row groups, rows, column groups, or columns back to what happened before issue #146. Also: Don't override GetBorderRadii in nsBCTableCellFrame.
* Issue #146 - Part 4: Adjust tests for fixes.wolfbeast2019-11-03-1/+38
| | | | | | This also adds a reftest for border radius on collapsed borders (should be ignored according to the CSS3 standard). We didn't do this before, except on internal elements.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+8363