mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
reftest for issue #12193 Servo displays upper level Thai character in wrong place.
This commit is contained in:
parent
c69567406e
commit
a83fd079df
3 changed files with 37 additions and 0 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",
|
||||
|
@ -16688,6 +16700,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",
|
||||
|
|
7
tests/wpt/mozilla/tests/css/complex_glyphs_a.html
Normal file
7
tests/wpt/mozilla/tests/css/complex_glyphs_a.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="match" href="complex_glyphs_ref.html">
|
||||
<body>
|
||||
ยินดี
|
||||
</body>
|
||||
</html>
|
6
tests/wpt/mozilla/tests/css/complex_glyphs_ref.html
Normal file
6
tests/wpt/mozilla/tests/css/complex_glyphs_ref.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<body>
|
||||
ยิน​ดี
|
||||
</body>
|
||||
<html>
|
Loading…
Add table
Add a link
Reference in a new issue