mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Add support for pre-wrap
and pre-line
values for white-space
.
This is mostly straightforward. I had to modify a couple of places which were accidentally discarding whitespace. Fixes #1513.
This commit is contained in:
parent
5e4f132b3b
commit
3a451ff845
17 changed files with 427 additions and 104 deletions
|
@ -3047,6 +3047,54 @@
|
|||
"url": "/_mozilla/css/visibility_hidden.html"
|
||||
}
|
||||
],
|
||||
"css/white-space-mixed-002.htm": [
|
||||
{
|
||||
"path": "css/white-space-mixed-002.htm",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/white-space-mixed-002-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/white-space-mixed-002.htm"
|
||||
}
|
||||
],
|
||||
"css/white-space-normal-001.htm": [
|
||||
{
|
||||
"path": "css/white-space-normal-001.htm",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/white-space-normal-001-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/white-space-normal-001.htm"
|
||||
}
|
||||
],
|
||||
"css/white-space-pre-line.htm": [
|
||||
{
|
||||
"path": "css/white-space-pre-line.htm",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/white-space-pre-line-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/white-space-pre-line.htm"
|
||||
}
|
||||
],
|
||||
"css/white-space-pre-wrap.htm": [
|
||||
{
|
||||
"path": "css/white-space-pre-wrap.htm",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/white-space-pre-wrap-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/white-space-pre-wrap.htm"
|
||||
}
|
||||
],
|
||||
"css/whitespace_nowrap_a.html": [
|
||||
{
|
||||
"path": "css/whitespace_nowrap_a.html",
|
||||
|
@ -6888,6 +6936,54 @@
|
|||
"url": "/_mozilla/css/visibility_hidden.html"
|
||||
}
|
||||
],
|
||||
"css/white-space-mixed-002.htm": [
|
||||
{
|
||||
"path": "css/white-space-mixed-002.htm",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/white-space-mixed-002-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/white-space-mixed-002.htm"
|
||||
}
|
||||
],
|
||||
"css/white-space-normal-001.htm": [
|
||||
{
|
||||
"path": "css/white-space-normal-001.htm",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/white-space-normal-001-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/white-space-normal-001.htm"
|
||||
}
|
||||
],
|
||||
"css/white-space-pre-line.htm": [
|
||||
{
|
||||
"path": "css/white-space-pre-line.htm",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/white-space-pre-line-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/white-space-pre-line.htm"
|
||||
}
|
||||
],
|
||||
"css/white-space-pre-wrap.htm": [
|
||||
{
|
||||
"path": "css/white-space-pre-wrap.htm",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/white-space-pre-wrap-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/white-space-pre-wrap.htm"
|
||||
}
|
||||
],
|
||||
"css/whitespace_nowrap_a.html": [
|
||||
{
|
||||
"path": "css/whitespace_nowrap_a.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue