Bug 1238243 - Reftests involving possibly-ignorable hangul choseong filler. r=xidorn

This commit is contained in:
Jonathan Kew 2016-03-21 07:27:53 +00:00
Родитель ebf32942b2
Коммит 7a88338d98
5 изменённых файлов: 70 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<style>
span {
font-family: Malgun Gothic, sans-serif;
font-size: 32px;
line-height: 64px;
background-color: black;
}
</style>
</head>
<body>
<span>&#xac00;&#xac01;</span>
</body>
</html>

Просмотреть файл

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<style>
span {
font-family: Malgun Gothic, sans-serif;
font-size: 32px;
line-height: 64px;
background-color: black;
}
</style>
</head>
<body>
<!-- cluster beginning with U+115f *should* add width to the span -->
<span>&#xac00;&#x115f;&#x1161;&#x11a8;&#xac01;</span>
</body>
</html>

Просмотреть файл

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<style>
span {
font-family: Malgun Gothic, sans-serif;
font-size: 32px;
line-height: 64px;
}
</style>
</head>
<body>
<span>ab</span>
</body>
</html>

Просмотреть файл

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<style>
span {
font-family: Malgun Gothic, sans-serif;
font-size: 32px;
line-height: 64px;
}
</style>
</head>
<body>
<!-- stray U+115f should be invisible and not contribute any space -->
<span>a&#x115f;b</span>
</body>
</html>

Просмотреть файл

@ -1943,6 +1943,8 @@ fuzzy(1,74) fuzzy-if(gtkWidget,6,79) == 1174332-1.html 1174332-1-ref.html
== 1222226-1.html 1222226-1-ref.html
pref(layout.css.overflow-clip-box.enabled,true) == 1226278.html 1226278-ref.html
== 1230466.html about:blank
random-if(gtkWidget) != 1238243-1.html 1238243-1-notref.html # may fail on Linux, depending on Korean fonts available
== 1238243-2.html 1238243-2-ref.html
fuzzy(100,2000) == 1239564.html 1239564-ref.html
== 1242172-1.html 1242172-1-ref.html
== 1242172-2.html 1242172-2-ref.html