Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase of #12905: Fix #12193 Servo displays upper level Thai character in wrong place. #13442

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

reftest for issue #12193 Servo displays upper level Thai character in…

… wrong place.
  • Loading branch information
veer66 authored and pcwalton committed Sep 26, 2016
commit 2ea9a3a9fe7bc6997f1d9d2ce8b98c3dc7a3743e
@@ -1328,6 +1328,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",
"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",
@@ -0,0 +1,7 @@
<!doctype html>
<meta charset="utf-8">
<link rel="match" href="complex_glyphs_ref.html">
<body>
ยินดี
</body>
</html>
@@ -0,0 +1,6 @@
<!doctype html>
<meta charset="utf-8">
<body>
ยิน&#X200Bดี
</body>
<html>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.