mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 672320 pt 3 - reftest for Swedish hyphenation patterns. r=smontagu
This commit is contained in:
parent
fb614237df
commit
0f2ab0d050
11
layout/reftests/text/auto-hyphenation-sv-1-notref.html
Normal file
11
layout/reftests/text/auto-hyphenation-sv-1-notref.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="en-US">
|
||||
Alla människor äro födda fria och lika i värde och rättigheter
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
11
layout/reftests/text/auto-hyphenation-sv-1-ref.html
Normal file
11
layout/reftests/text/auto-hyphenation-sv-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="sv">
|
||||
Al­la män­ni­skor äro föd­da fria och li­ka i vär­de och rät­tig­he­ter
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
11
layout/reftests/text/auto-hyphenation-sv-1.html
Normal file
11
layout/reftests/text/auto-hyphenation-sv-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="sv">
|
||||
Alla människor äro födda fria och lika i värde och rättigheter
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -98,3 +98,5 @@ random-if(!winWidget) == arial-bold-lam-alef-1.html arial-bold-lam-alef-1-ref.ht
|
||||
== auto-hyphenation-5.html auto-hyphenation-5-ref.html
|
||||
== auto-hyphenation-6.html auto-hyphenation-6-ref.html
|
||||
== auto-hyphenation-7.html auto-hyphenation-7-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
|
||||
|
Loading…
Reference in New Issue
Block a user