mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
TableWrapper: fix content inline size calculation
The preferred size of all columns was always being used before, but this caused problems when it does not fit along with margins.
This commit is contained in:
parent
f6163c77b9
commit
d7a9c3f8e5
4 changed files with 91 additions and 1 deletions
|
@ -5220,6 +5220,18 @@
|
|||
"url": "/_mozilla/css/table_intrinsic_style_specified_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_margin_a.html": [
|
||||
{
|
||||
"path": "css/table_margin_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/table_margin_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/table_margin_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_margin_auto_a.html": [
|
||||
{
|
||||
"path": "css/table_margin_auto_a.html",
|
||||
|
@ -20286,6 +20298,18 @@
|
|||
"url": "/_mozilla/css/table_intrinsic_style_specified_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_margin_a.html": [
|
||||
{
|
||||
"path": "css/table_margin_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/table_margin_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/table_margin_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_margin_auto_a.html": [
|
||||
{
|
||||
"path": "css/table_margin_auto_a.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue