mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Auto merge of #13506 - veer66:master, r=mbrubeck
A test case change is added to #13442: Fix #12193 Servo displays upper level Thai character in wrong place. <!-- Please describe your changes on the following line: --> <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/13506) <!-- Reviewable:end -->
This commit is contained in:
commit
d161f6ec44
5 changed files with 43 additions and 9 deletions
|
@ -1340,6 +1340,18 @@
|
|||
"url": "/_mozilla/css/clip_a.html"
|
||||
}
|
||||
],
|
||||
"css/complex_glyphs_a.html": [
|
||||
{
|
||||
"path": "css/complex_glyphs_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/complex_glyphs_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/complex_glyphs_a.html"
|
||||
}
|
||||
],
|
||||
"css/content_color.html": [
|
||||
{
|
||||
"path": "css/content_color.html",
|
||||
|
@ -16802,6 +16814,18 @@
|
|||
"url": "/_mozilla/css/clip_a.html"
|
||||
}
|
||||
],
|
||||
"css/complex_glyphs_a.html": [
|
||||
{
|
||||
"path": "css/complex_glyphs_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/complex_glyphs_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/complex_glyphs_a.html"
|
||||
}
|
||||
],
|
||||
"css/content_color.html": [
|
||||
{
|
||||
"path": "css/content_color.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue