mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02: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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user