mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
layout: Disallow margins from collapsing through block formatting
contexts per CSS 2.1 § 8.3.1. Closes #10449.
This commit is contained in:
parent
a3fd226341
commit
f69931552b
5 changed files with 84 additions and 4 deletions
|
@ -579,6 +579,18 @@
|
|||
"url": "/_mozilla/css/block_formatting_context_float_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/block_formatting_context_margin_collapse_a.html": [
|
||||
{
|
||||
"path": "css/block_formatting_context_margin_collapse_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/block_formatting_context_margin_collapse_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/block_formatting_context_margin_collapse_a.html"
|
||||
}
|
||||
],
|
||||
"css/block_formatting_context_max_width_a.html": [
|
||||
{
|
||||
"path": "css/block_formatting_context_max_width_a.html",
|
||||
|
@ -7193,6 +7205,18 @@
|
|||
"url": "/_mozilla/css/block_formatting_context_float_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/block_formatting_context_margin_collapse_a.html": [
|
||||
{
|
||||
"path": "css/block_formatting_context_margin_collapse_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/block_formatting_context_margin_collapse_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/block_formatting_context_margin_collapse_a.html"
|
||||
}
|
||||
],
|
||||
"css/block_formatting_context_max_width_a.html": [
|
||||
{
|
||||
"path": "css/block_formatting_context_max_width_a.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue