mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
layout: Remove margins from inline absolute hypothetical boxes.
As they're hypothetical, their margins shouldn't take up space! Improves Google search results. Closes #13915.
This commit is contained in:
parent
4a151fd2d8
commit
41976c0afc
4 changed files with 50 additions and 1 deletions
|
@ -2432,6 +2432,18 @@
|
|||
"url": "/_mozilla/css/inline_absolute_hypothetical_line_metrics_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_absolute_hypothetical_margin_a.html": [
|
||||
{
|
||||
"path": "css/inline_absolute_hypothetical_margin_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_absolute_hypothetical_margin_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_absolute_hypothetical_margin_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_absolute_hypothetical_metrics_a.html": [
|
||||
{
|
||||
"path": "css/inline_absolute_hypothetical_metrics_a.html",
|
||||
|
@ -16268,6 +16280,18 @@
|
|||
"url": "/_mozilla/css/inline_absolute_hypothetical_line_metrics_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_absolute_hypothetical_margin_a.html": [
|
||||
{
|
||||
"path": "css/inline_absolute_hypothetical_margin_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_absolute_hypothetical_margin_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_absolute_hypothetical_margin_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_absolute_hypothetical_metrics_a.html": [
|
||||
{
|
||||
"path": "css/inline_absolute_hypothetical_metrics_a.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue