mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
layout: Fix intrinsic inline size calculating of inline blocks
When calculating intrinsic inline sizes of an inline block, take its nested inline parents into account.
This commit is contained in:
parent
638e1dc40b
commit
6c5dfdf19b
4 changed files with 74 additions and 24 deletions
|
@ -2687,6 +2687,18 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/inline_block_nested_margin.html": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_nested_margin.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/css/inline_block_nested_margin_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/inline_block_opacity_change.html": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_opacity_change.html",
|
||||
|
@ -7862,6 +7874,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/inline_block_nested_margin_ref.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/inline_block_opacity_change_ref.html": [
|
||||
[
|
||||
{}
|
||||
|
@ -21770,6 +21787,14 @@
|
|||
"ed6e0f503cb26c1091270ed0992a0a41553846d9",
|
||||
"support"
|
||||
],
|
||||
"css/inline_block_nested_margin.html": [
|
||||
"b4114aa6421b4c9117e60e66ccc09868e05f3239",
|
||||
"reftest"
|
||||
],
|
||||
"css/inline_block_nested_margin_ref.html": [
|
||||
"5e00c77f55a3d12e841e9c99395f4d3783664fd8",
|
||||
"support"
|
||||
],
|
||||
"css/inline_block_opacity_change.html": [
|
||||
"df6b37b744fdf79da9d33c54b8ce77abd462c53b",
|
||||
"reftest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue