mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
layout: Fix the pseudo for anonymous tables (#31578)
Anonymous tables should not use legacy pseudos, as the legacy layout engine had them inherit lots of random properites that lead to bad layout in the new layout engine. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
a5a0e1cb3c
commit
49ae9bb442
18 changed files with 19 additions and 51 deletions
|
@ -1,2 +0,0 @@
|
|||
[box-generation-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[box-generation-002.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[blocks-017.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-in-inline-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[word-spacing-applies-to-014.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-pseudo-in-part3-1.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[dynamic-table-cell-height.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[fixup-dynamic-anonymous-inline-table-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[fixup-dynamic-anonymous-inline-table-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[percentages-grandchildren-quirks-mode-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[transform-table-011.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[outline-005.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[outline-011.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[outline-019.html]
|
||||
expected: FAIL
|
|
@ -41,12 +41,6 @@
|
|||
[float: left - available width: 200px]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-row - available width: 300px]
|
||||
expected: FAIL
|
||||
|
||||
[display: table-cell - available width: 300px]
|
||||
expected: FAIL
|
||||
|
||||
[float: left - available width: 300px]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue