mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
layout: Take into account text-indent
for justification (#31777)
This change makes it so that when calculating the space added between words for justification, text-indent is taken into account. Fixes #31775.
This commit is contained in:
parent
755701f4f6
commit
841bd91784
7 changed files with 142 additions and 1 deletions
|
@ -107831,6 +107831,19 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"text-align-justify-with-overflow.html": [
|
||||
"927e9afd5add40e0509fb1ceb357abd5f8be43db",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/CSS2/text/text-align-justify-with-overflow-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"text-align-white-space-001.xht": [
|
||||
"85d62902f4070db368403973dad91ca04c498118",
|
||||
[
|
||||
|
@ -109287,6 +109300,19 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"text-indent-wrap-002.html": [
|
||||
"128cba3f1221d8349265eb169112a399fde8e143",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/CSS2/text/text-indent-wrap-002-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"text-transform-001.xht": [
|
||||
"c55c151db2b1f20f6751cb45ca0809f7e29b6396",
|
||||
[
|
||||
|
@ -379087,6 +379113,10 @@
|
|||
"0e8b86f98b128d6994b1d815e281c29700aae66b",
|
||||
[]
|
||||
],
|
||||
"text-align-justify-with-overflow-ref.html": [
|
||||
"be2ac9dae173062a8a473fdeeda4afa97d418319",
|
||||
[]
|
||||
],
|
||||
"text-align-white-space-001-ref.xht": [
|
||||
"44dc0aabc9a8588311acd8e64d10e0facd4a69b7",
|
||||
[]
|
||||
|
@ -379211,6 +379241,10 @@
|
|||
"8b9aeacf34436c545d0d087db04fef0170825962",
|
||||
[]
|
||||
],
|
||||
"text-indent-wrap-002-ref.html": [
|
||||
"9750ce4c8994bb807cfbdd5cba0f789892bda07c",
|
||||
[]
|
||||
],
|
||||
"text-transform-001-ref.xht": [
|
||||
"f34e7044897f7f48e204a7b8c75bd051c227a8c9",
|
||||
[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue