mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Take spaces into account in the max-content size of an IFC (#31613)
They were only considered in min-content sizes. Also avoid some pointless conversions from Au to Length. Fixes #31605.
This commit is contained in:
parent
a6e25d555b
commit
de7b9bed85
6 changed files with 12 additions and 21 deletions
|
@ -1,2 +0,0 @@
|
|||
[table-anonymous-objects-118.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-anonymous-objects-120.xht]
|
||||
expected: FAIL
|
|
@ -1,6 +1,3 @@
|
|||
[percentage-size-quirks-002.html]
|
||||
[.pct 2]
|
||||
expected: FAIL
|
||||
|
||||
[.pct 1]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[td-with-subpixel-padding-vertical-rl.html]
|
||||
[td-with-subpixel-padding-vertical-rl]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[td-with-subpixel-padding.html]
|
||||
[td-with-subpixel-padding]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue