зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1238243 - Reftests involving possibly-ignorable hangul choseong filler. r=xidorn
This commit is contained in:
Родитель
ebf32942b2
Коммит
7a88338d98
|
@ -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>가각</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>가ᅟᅡᆨ각</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ᅟ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
|
||||
|
|
Загрузка…
Ссылка в новой задаче