mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
layout: Allocate inline box start space on segment (#32486)
Instead of allocating the inline padding and border space on the line, allocate it on the segment -- which where the inline box start goes. Co-authored-by: Rakhi Sharma <atbrakhi@igalia.com>
This commit is contained in:
parent
63889b732f
commit
70982dfa5a
5 changed files with 116 additions and 12 deletions
|
@ -79166,6 +79166,32 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"inline-box-border-line-break.html": [
|
||||
"6688d5e3ada2483288fc5f23c42a915d44a6300b",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/CSS2/normal-flow/inline-box-border-line-break-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"inline-box-padding-line-break.html": [
|
||||
"70d518f411efb383debce5cd06cf604569217aee",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/CSS2/normal-flow/inline-box-border-line-break-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"inline-non-replaced-height-002.xht": [
|
||||
"e3568f555d516824c3ccdb2a92cb925fadebf311",
|
||||
[
|
||||
|
@ -378853,6 +378879,10 @@
|
|||
"22204233d95d1deb05ca71ae04a885434db1d3ac",
|
||||
[]
|
||||
],
|
||||
"inline-box-border-line-break-ref.html": [
|
||||
"6b66951fcc76b42253fb1486563a029bb845b9b2",
|
||||
[]
|
||||
],
|
||||
"inline-non-replaced-height-002-ref.xht": [
|
||||
"0cc109939200d47938bf06729b150ce54d8dcb55",
|
||||
[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue