mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
bug 672320 pt 17.2 - hyphenation test for Turkish. r=smontagu
This commit is contained in:
parent
638574176a
commit
dd46a2cf6c
11
layout/reftests/text/auto-hyphenation-tr-1-ref.html
Normal file
11
layout/reftests/text/auto-hyphenation-tr-1-ref.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="tr">
|
||||
Bü­tün in­san­lar hür, hay­si­yet ve hak­lar ba­kı­mın­dan eşit do­ğar­lar.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
11
layout/reftests/text/auto-hyphenation-tr-1.html
Normal file
11
layout/reftests/text/auto-hyphenation-tr-1.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="tr">
|
||||
Bütün insanlar hür, haysiyet ve haklar bakımından eşit doğarlar.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -133,4 +133,5 @@ random-if(!winWidget) == arial-bold-lam-alef-1.html arial-bold-lam-alef-1-ref.ht
|
||||
== auto-hyphenation-sr-1.html auto-hyphenation-sr-1-ref.html
|
||||
== auto-hyphenation-sv-1.html auto-hyphenation-sv-1-ref.html # test swedish patterns
|
||||
!= auto-hyphenation-sv-1.html auto-hyphenation-sv-1-notref.html # verify swedish != english
|
||||
== auto-hyphenation-tr-1.html auto-hyphenation-tr-1-ref.html
|
||||
== auto-hyphenation-uk-1.html auto-hyphenation-uk-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user