mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Avoid a panic when handling collapsing borders (fixes #7144)
There is no need to compute next_collapsed_borders_in_block_direction for all kind of flows when it's used only in the table row case. That also avoids a panic when the next child is a table colgroup (this should not happen when iterating over a table row).
This commit is contained in:
parent
5ab9aa5013
commit
d885958621
16 changed files with 28 additions and 59 deletions
|
@ -1,3 +0,0 @@
|
|||
[border-collapse-dynamic-colgroup-001.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[border-collapse-dynamic-colgroup-002.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[border-collapse-dynamic-colgroup-003.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[border-collapse-dynamic-column-001.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[border-collapse-dynamic-column-002.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[border-collapse-dynamic-column-003.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[border-collapse-dynamic-table-001.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[border-collapse-dynamic-table-002.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[border-collapse-dynamic-table-003.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
|
@ -1,3 +1,3 @@
|
|||
[table-backgrounds-bc-cell-001.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[table-backgrounds-bc-colgroup-001.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[table-backgrounds-bc-column-001.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[table-backgrounds-bc-row-001.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[table-backgrounds-bc-rowgroup-001.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[table-backgrounds-bc-table-001.htm]
|
||||
type: reftest
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue