mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #12370 - emilio:wrap, r=mbrubeck
Fix line-breaking with white-space: pre-wrap/pre-line; <!-- Please describe your changes on the following line: --> Not sure if this is the appropriate fix, but we'll know soon. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #12369 <!-- Either: --> - [x] There are tests for these changes OR <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> r? @mbrubeck <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12370) <!-- Reviewable:end -->
This commit is contained in:
commit
8ded106186
6 changed files with 74 additions and 22 deletions
|
@ -6150,6 +6150,18 @@
|
|||
"url": "/_mozilla/css/test_variable_serialization_specified.html"
|
||||
}
|
||||
],
|
||||
"css/white-space-pre-line-long-line.html": [
|
||||
{
|
||||
"path": "css/white-space-pre-line-long-line.html",
|
||||
"url": "/_mozilla/css/white-space-pre-line-long-line.html"
|
||||
}
|
||||
],
|
||||
"css/white-space-pre-wrap-long-line.html": [
|
||||
{
|
||||
"path": "css/white-space-pre-wrap-long-line.html",
|
||||
"url": "/_mozilla/css/white-space-pre-wrap-long-line.html"
|
||||
}
|
||||
],
|
||||
"mozilla/DOMParser.html": [
|
||||
{
|
||||
"path": "mozilla/DOMParser.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue