reftest for bug 439910
This commit is contained in:
Родитель
9a61a51c23
Коммит
0394d5f739
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Letter spacing with surrogate characters</title>
|
||||
<style type="text/css">
|
||||
span { padding-right: 10px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- ASCII for sanity check -->
|
||||
<p><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span></p>
|
||||
<!-- SMP Characters, MATHEMATICAL BOLD CAPITAL A. It will probably appear as hexboxes, but that doesn't matter -->
|
||||
<p><span>𝐀</span><span>𝐀</span><span>𝐀</span><span>𝐀</span><span>𝐀</span><span>𝐀</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Letter spacing with surrogate characters</title>
|
||||
<style type="text/css">
|
||||
p { letter-spacing: 10px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- ASCII for sanity check -->
|
||||
<p>AAAAAA</p>
|
||||
<!-- SMP Characters, MATHEMATICAL BOLD CAPITAL A. It will probably appear as hexboxes, but that doesn't matter -->
|
||||
<p>𝐀𝐀𝐀𝐀𝐀𝐀</p>
|
||||
</body>
|
||||
</html>
|
|
@ -850,3 +850,4 @@ random == 429849-1.html 429849-1-ref.html # bug 432288
|
|||
== 430813-3.html 430813-3-ref.html
|
||||
== 433640-1.html 433640-1-ref.html
|
||||
== 439004-1.html 439004-1-ref.html
|
||||
== 439910.html 439910-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче