зеркало из https://github.com/mozilla/gecko-dev.git
Bug 953408 - switch to unprefixed hyphens property in tests. r=jfkthame
This commit is contained in:
Родитель
adb4b8ada8
Коммит
0ed820f845
|
@ -8,7 +8,6 @@
|
|||
white-space: nowrap;
|
||||
|
||||
/* BUT these (combined) seem to allow wrapping: */
|
||||
-moz-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
white-space: pre;
|
||||
|
||||
/* BUT these (combined) seem to allow wrapping: */
|
||||
-moz-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body lang="en-us">
|
||||
<div style="width: 5em; -moz-hyphens: manual; font-family:sans-serif;">
|
||||
<div style="width: 5em; hyphens: manual; font-family:sans-serif;">
|
||||
su­per­cal­ifrag­ilis­tic­ex­pi­ali­do­cious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<!-- simple test for automatic hyphenation -->
|
||||
<body lang="en-us">
|
||||
<div style="width: 5em; -moz-hyphens: auto; font-family:sans-serif;">
|
||||
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<!-- check that hyphenation is not applied when language is not specified -->
|
||||
<body>
|
||||
<div style="width: 5em; -moz-hyphens: none;">
|
||||
<div style="width: 5em; hyphens: none;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<!-- check that hyphenation is not applied when language is not specified -->
|
||||
<body>
|
||||
<div style="width: 5em; -moz-hyphens: auto;">
|
||||
<div style="width: 5em; hyphens: auto;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<!-- adding random <span>s should not affect hyphenation -->
|
||||
<body lang="en-us">
|
||||
<div style="width: 5em; -moz-hyphens: auto; font-family:sans-serif;">
|
||||
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
|
||||
super<span>cali</span>frag<span>ili</span>sti<span>cex</span>pialidoc<span>i</span>ous
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body lang="en-us">
|
||||
<div style="width: 5em; -moz-hyphens: auto; font-family:sans-serif;">
|
||||
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
|
||||
supercalifragilisticexpialidocious
|
||||
<span style="-moz-hyphens:none">super<span lang="foo">cali</span>fragilisticexpialidocious</span>
|
||||
<span style="hyphens:none">super<span lang="foo">cali</span>fragilisticexpialidocious</span>
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<!-- mixed languages in a word should inhibit automatic hyphenation -->
|
||||
<body lang="en-us">
|
||||
<div style="width: 5em; -moz-hyphens: auto; font-family:sans-serif;">
|
||||
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
|
||||
supercalifragilisticexpialidocious
|
||||
super<span lang="foo">cali</span>fragilisticexpialidocious
|
||||
supercalifragilisticexpialidocious
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<!-- check that -moz-hyphens:none prevents break at ­ -->
|
||||
<!-- check that hyphens:none prevents break at ­ -->
|
||||
<body lang="en-us">
|
||||
<div style="width: 5em; -moz-hyphens: none;">
|
||||
<div style="width: 5em; hyphens: none;">
|
||||
su­per­cal­ifrag­ilis­tic­ex­pi­ali­do­cious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body lang="x-unknown-language">
|
||||
<div style="width: 5em; -moz-hyphens: none;">
|
||||
<div style="width: 5em; hyphens: none;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<!-- check that hyphenation is not applied to unknown language -->
|
||||
<body lang="x-unknown-language">
|
||||
<div style="width: 5em; -moz-hyphens: auto;">
|
||||
<div style="width: 5em; hyphens: auto;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -6,7 +6,7 @@ div {
|
|||
margin: 10px;
|
||||
width: 10px;
|
||||
font-family: monospace;
|
||||
-moz-hyphens: manual;
|
||||
hyphens: manual;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -6,7 +6,7 @@ div {
|
|||
margin: 10px;
|
||||
width: 10px;
|
||||
font-family: monospace;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body lang="en-us">
|
||||
<div style="width: 0; -moz-hyphens: manual;">
|
||||
<div style="width: 0; hyphens: manual;">
|
||||
hy­<span style="color:red">phen­</span>ation
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<!-- style changes don't break hyphenation -->
|
||||
<body lang="en-us">
|
||||
<div style="width: 0; -moz-hyphens: auto;">
|
||||
<div style="width: 0; hyphens: auto;">
|
||||
hy<span style="color:red">phen</span>ation
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body lang="en-us">
|
||||
<div style="width: 0; -moz-hyphens: manual;">
|
||||
<div style="width: 0; hyphens: manual;">
|
||||
h<span style="color:red">y­phen­a</span>tion
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<!-- style changes don't break hyphenation -->
|
||||
<body lang="en-us">
|
||||
<div style="width: 0; -moz-hyphens: auto;">
|
||||
<div style="width: 0; hyphens: auto;">
|
||||
h<span style="color:red">yphena</span>tion
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<!-- check that hyphenation is not applied when language is not specified -->
|
||||
<body>
|
||||
<div style="width: 5em; -moz-hyphens: none;">
|
||||
<div style="width: 5em; hyphens: none;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<!-- check that hyphenation is not applied when language is not specified -->
|
||||
<body>
|
||||
<div style="width: 5em; -moz-hyphens: auto;">
|
||||
<div style="width: 5em; hyphens: auto;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<meta charset="iso-8859-1">
|
||||
<!-- check that hyphenation is not applied when language is not specified -->
|
||||
<body>
|
||||
<div style="width: 5em; -moz-hyphens: none;">
|
||||
<div style="width: 5em; hyphens: none;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<meta charset="iso-8859-1">
|
||||
<!-- check that hyphenation is not applied when language is not specified -->
|
||||
<body>
|
||||
<div style="width: 5em; -moz-hyphens: auto;">
|
||||
<div style="width: 5em; hyphens: auto;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="af">
|
||||
<div style="width:1em; hyphens:manual;" lang="af">
|
||||
Al­le mens­li­ke we­sens word vry, met ge­ly­ke waar­dig­heid en reg­te, ge­bo­re.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="af">
|
||||
<div style="width:1em; hyphens:auto;" lang="af">
|
||||
Alle menslike wesens word vry, met gelyke waardigheid en regte, gebore.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="bg">
|
||||
<div style="width:1em; hyphens:manual;" lang="bg">
|
||||
Всич­ки хо­ра се раж­дат сво­бод­ни и рав­ни по дос­тойн­с­т­во и пра­ва.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="bg">
|
||||
<div style="width:1em; hyphens:auto;" lang="bg">
|
||||
Всички хора се раждат свободни и равни по достойнство и права.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="ca">
|
||||
<div style="width:1em; hyphens:manual;" lang="ca">
|
||||
Tots els és­sers hu­mans nei­xen lliu­res i iguals en dig­ni­tat i en drets.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="ca">
|
||||
<div style="width:1em; hyphens:auto;" lang="ca">
|
||||
Tots els éssers humans neixen lliures i iguals en dignitat i en drets.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="cy">
|
||||
<div style="width:1em; hyphens:manual;" lang="cy">
|
||||
Gen­ir pawb yn rhydd ac yn gyd­radd â'i gil­ydd mewn urdd­as a hawl­iau.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="cy">
|
||||
<div style="width:1em; hyphens:auto;" lang="cy">
|
||||
Genir pawb yn rhydd ac yn gydradd â'i gilydd mewn urddas a hawliau.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="da">
|
||||
<div style="width:1em; hyphens:manual;" lang="da">
|
||||
Al­le men­ne­sker er født frie og li­ge i vær­dig­hed og ret­tig­he­der.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="da">
|
||||
<div style="width:1em; hyphens:auto;" lang="da">
|
||||
Alle mennesker er født frie og lige i værdighed og rettigheder.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="de-1901">
|
||||
<div style="width:1em; hyphens:manual;" lang="de-1901">
|
||||
Al­le Men­schen sind frei und gleich an Wür­de und Rech­ten ge­bo­ren.
|
||||
<p>
|
||||
bu­sser <!-- example word that is hyphenated differently by de-1901 and de-1996 -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="de-1901">
|
||||
<div style="width:1em; hyphens:auto;" lang="de-1901">
|
||||
Alle Menschen sind frei und gleich an Würde und Rechten geboren.
|
||||
<p>
|
||||
busser <!-- example word that is hyphenated differently by de-1901 and de-1996 -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="de-1996">
|
||||
<div style="width:1em; hyphens:manual;" lang="de-1996">
|
||||
Al­le Men­schen sind frei und gleich an Wür­de und Rech­ten ge­bo­ren.
|
||||
<p>
|
||||
bus­ser <!-- example word that is hyphenated differently by de-1901 and de-1996 -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="de-1996">
|
||||
<div style="width:1em; hyphens:auto;" lang="de-1996">
|
||||
Alle Menschen sind frei und gleich an Würde und Rechten geboren.
|
||||
<p>
|
||||
busser <!-- example word that is hyphenated differently by de-1901 and de-1996 -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="de-CH">
|
||||
<div style="width:1em; hyphens:manual;" lang="de-CH">
|
||||
Al­le Men­schen sind frei und gleich an Wür­de und Rech­ten ge­bo­ren.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="de-CH">
|
||||
<div style="width:1em; hyphens:auto;" lang="de-CH">
|
||||
Alle Menschen sind frei und gleich an Würde und Rechten geboren.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="eo">
|
||||
<div style="width:1em; hyphens:manual;" lang="eo">
|
||||
Ĉiuj ho­moj es­tas de­na­s­ke li­be­raj kaj ega­laj laŭ di­g­no kaj raj­toj.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="eo">
|
||||
<div style="width:1em; hyphens:auto;" lang="eo">
|
||||
Ĉiuj homoj estas denaske liberaj kaj egalaj laŭ digno kaj rajtoj.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="es">
|
||||
<div style="width:1em; hyphens:manual;" lang="es">
|
||||
To­dos los se­res hu­ma­nos na­cen li­bres e igua­les en dig­ni­dad y de­re­chos
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="es">
|
||||
<div style="width:1em; hyphens:auto;" lang="es">
|
||||
Todos los seres humanos nacen libres e iguales en dignidad y derechos
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="et">
|
||||
<div style="width:1em; hyphens:manual;" lang="et">
|
||||
Kõik ini­me­sed sün­nivad va­ba­de­na ja võrds­ete­na oma vää­ri­ku­selt ja õi­gus­telt
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="et">
|
||||
<div style="width:1em; hyphens:auto;" lang="et">
|
||||
Kõik inimesed sünnivad vabadena ja võrdsetena oma väärikuselt ja õigustelt
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="fi">
|
||||
<div style="width:1em; hyphens:manual;" lang="fi">
|
||||
Kaik­ki ih­mi­set syn­ty­vät va­pai­na ja ta­sa­ver­tai­si­na ar­vol­taan ja oi­keuk­sil­taan.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="fi">
|
||||
<div style="width:1em; hyphens:auto;" lang="fi">
|
||||
Kaikki ihmiset syntyvät vapaina ja tasavertaisina arvoltaan ja oikeuksiltaan.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="fr">
|
||||
<div style="width:1em; hyphens:manual;" lang="fr">
|
||||
Tout in­di­vi­du a droit à la vie, à la li­ber­té et à la sû­re­té de sa per­sonne.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="fr">
|
||||
<div style="width:1em; hyphens:auto;" lang="fr">
|
||||
Tout individu a droit à la vie, à la liberté et à la sûreté de sa personne.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="gl">
|
||||
<div style="width:1em; hyphens:manual;" lang="gl">
|
||||
Tó­do­los se­res hu­ma­nos na­cen li­bres e iguais en dig­ni­da­de e de­rei­tos
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="gl">
|
||||
<div style="width:1em; hyphens:auto;" lang="gl">
|
||||
Tódolos seres humanos nacen libres e iguais en dignidade e dereitos
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="hr">
|
||||
<div style="width:1em; hyphens:manual;" lang="hr">
|
||||
Sva ljud­ska bi­ća ra­ća­ju se slo­bod­na i jed­na­ka u dos­to­jans­tvu i pra­vi­ma
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="hr">
|
||||
<div style="width:1em; hyphens:auto;" lang="hr">
|
||||
Sva ljudska bića raćaju se slobodna i jednaka u dostojanstvu i pravima
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="hsb">
|
||||
<div style="width:1em; hyphens:manual;" lang="hsb">
|
||||
Wšitcy čło­wje­ko­jo su wot na­ro­da swo­bod­ni a su je­na­cy po do­stoj­nos­ći a pra­wach
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="hsb">
|
||||
<div style="width:1em; hyphens:auto;" lang="hsb">
|
||||
Wšitcy čłowjekojo su wot naroda swobodni a su jenacy po dostojnosći a prawach
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="hu">
|
||||
<div style="width:1em; hyphens:manual;" lang="hu">
|
||||
Min­den em­be­ri lény sza­ba­don szü­le­tik és egyen­lő mél­tó­sá­ga és jo­ga van.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="hu">
|
||||
<div style="width:1em; hyphens:auto;" lang="hu">
|
||||
Minden emberi lény szabadon születik és egyenlő méltósága és joga van.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="ia">
|
||||
<div style="width:1em; hyphens:manual;" lang="ia">
|
||||
To­te le es­se­res hu­man na­sce li­be­re e equal in dig­ni­ta­te e in de­rec­tos
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="ia">
|
||||
<div style="width:1em; hyphens:auto;" lang="ia">
|
||||
Tote le esseres human nasce libere e equal in dignitate e in derectos
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="is">
|
||||
<div style="width:1em; hyphens:manual;" lang="is">
|
||||
Hver mað­ur er bor­inn frjáls og jafn öðr­um að virð­ingu og rétt­ind­um
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="is">
|
||||
<div style="width:1em; hyphens:auto;" lang="is">
|
||||
Hver maður er borinn frjáls og jafn öðrum að virðingu og réttindum
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="it">
|
||||
<div style="width:1em; hyphens:manual;" lang="it">
|
||||
Tut­ti gli es­se­ri uma­ni na­sco­no li­be­ri ed egua­li in di­gni­tà e di­rit­ti.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="it">
|
||||
<div style="width:1em; hyphens:auto;" lang="it">
|
||||
Tutti gli esseri umani nascono liberi ed eguali in dignità e diritti.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="kmr">
|
||||
<div style="width:1em; hyphens:manual;" lang="kmr">
|
||||
He­mû mi­rov azad û di we­qar û ma­fan de we­k­hev tên din­ya­yê
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="kmr">
|
||||
<div style="width:1em; hyphens:auto;" lang="kmr">
|
||||
Hemû mirov azad û di weqar û mafan de wekhev tên dinyayê
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="la">
|
||||
<div style="width:1em; hyphens:manual;" lang="la">
|
||||
Om­nes ho­mi­nes di­gni­ta­te et iu­re li­be­ri et pa­res na­scun­tur
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="la">
|
||||
<div style="width:1em; hyphens:auto;" lang="la">
|
||||
Omnes homines dignitate et iure liberi et pares nascuntur
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="lt">
|
||||
<div style="width:1em; hyphens:manual;" lang="lt">
|
||||
Vi­si žmo­nės gims­ta lais­vi ir ly­gūs sa­vo oru­mu ir tei­sė­mis.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="lt">
|
||||
<div style="width:1em; hyphens:auto;" lang="lt">
|
||||
Visi žmonės gimsta laisvi ir lygūs savo orumu ir teisėmis.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="mn">
|
||||
<div style="width:1em; hyphens:manual;" lang="mn">
|
||||
Хүн бүр төрж мэнд­лэ­хэд эрх чө­лөө­тэй, адил­хан нэр төр­тэй, ижил эрх­тэй бай­даг
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="mn">
|
||||
<div style="width:1em; hyphens:auto;" lang="mn">
|
||||
Хүн бүр төрж мэндлэхэд эрх чөлөөтэй, адилхан нэр төртэй, ижил эрхтэй байдаг
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="nb">
|
||||
<div style="width:1em; hyphens:manual;" lang="nb">
|
||||
Alle men­nes­ker er født frie og med sam­me men­neske­verd og men­neske­ret­tig­he­ter.
|
||||
<p>
|
||||
<!-- words that differ in nb/nn locales -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="nb">
|
||||
<div style="width:1em; hyphens:auto;" lang="nb">
|
||||
Alle mennesker er født frie og med samme menneskeverd og menneskerettigheter.
|
||||
<p>
|
||||
<!-- words that differ in nb/nn locales -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="nl">
|
||||
<div style="width:1em; hyphens:manual;" lang="nl">
|
||||
Al­le men­sen wor­den vrij en ge­lijk in waar­dig­heid en rech­ten ge­bo­ren
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="nl">
|
||||
<div style="width:1em; hyphens:auto;" lang="nl">
|
||||
Alle mensen worden vrij en gelijk in waardigheid en rechten geboren
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="nn">
|
||||
<div style="width:1em; hyphens:manual;" lang="nn">
|
||||
Alle men­nes­ke er fød­de til fri­dom og med same men­neske­verd og men­neske­ret­tar.
|
||||
<p>
|
||||
<!-- words that differ in nb/nn locales -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="nn">
|
||||
<div style="width:1em; hyphens:auto;" lang="nn">
|
||||
Alle menneske er fødde til fridom og med same menneskeverd og menneskerettar.
|
||||
<p>
|
||||
<!-- words that differ in nb/nn locales -->
|
||||
|
|
|
@ -11,7 +11,7 @@ body {
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:0pt; -moz-hyphens:auto">
|
||||
<div style="width:0pt; hyphens:auto">
|
||||
Unikod przypisuje unikalny numer każdemu znakowi,
|
||||
niezależny od używanej platformy,
|
||||
programu czy języka.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="pt">
|
||||
<div style="width:1em; hyphens:manual;" lang="pt">
|
||||
To­dos os se­res hu­ma­nos nas­cem li­vres e iguais em dig­ni­da­de e em di­rei­tos
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="pt">
|
||||
<div style="width:1em; hyphens:auto;" lang="pt">
|
||||
Todos os seres humanos nascem livres e iguais em dignidade e em direitos
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="ru">
|
||||
<div style="width:1em; hyphens:manual;" lang="ru">
|
||||
Все лю­ди рож­да­ют­ся сво­бод­ны­ми и рав­ны­ми в сво­ем до­сто­ин­стве и пра­вах.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="ru">
|
||||
<div style="width:1em; hyphens:auto;" lang="ru">
|
||||
Все люди рождаются свободными и равными в своем достоинстве и правах.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual; font-size:5px" lang="sh">
|
||||
<div style="width:1em; hyphens:manual; font-size:5px" lang="sh">
|
||||
Сва људ­ска би­ћа ра­ђа­ју се сло­бод­на и јед­на­ка у до­сто­јан­ству и пра­ви­ма.
|
||||
<p>
|
||||
Sva ljud­ska bi­ća ra­đa­ju se slo­bod­na i jed­na­ka u do­sto­jan­stvu i pra­vi­ma.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto; font-size:5px" lang="sh">
|
||||
<div style="width:1em; hyphens:auto; font-size:5px" lang="sh">
|
||||
Сва људска бића рађају се слободна и једнака у достојанству и правима.
|
||||
<p>
|
||||
Sva ljudska bića rađaju se slobodna i jednaka u dostojanstvu i pravima.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="sl">
|
||||
<div style="width:1em; hyphens:manual;" lang="sl">
|
||||
Vsi lju­dje se ro­di­jo svo­bo­dni in ima­jo ena­ko do­sto­jan­stvo in ena­ke pra­vi­ce
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="sl">
|
||||
<div style="width:1em; hyphens:auto;" lang="sl">
|
||||
Vsi ljudje se rodijo svobodni in imajo enako dostojanstvo in enake pravice
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual; font-size:5px" lang="sr">
|
||||
<div style="width:1em; hyphens:manual; font-size:5px" lang="sr">
|
||||
Сва људ­ска би­ћа ра­ђа­ју се сло­бод­на и јед­на­ка у до­сто­јан­ству и пра­ви­ма.
|
||||
<p>
|
||||
Sva ljud­ska bi­ća ra­đa­ju se slo­bod­na i jed­na­ka u do­sto­jan­stvu i pra­vi­ma.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto; font-size:5px" lang="sr">
|
||||
<div style="width:1em; hyphens:auto; font-size:5px" lang="sr">
|
||||
Сва људска бића рађају се слободна и једнака у достојанству и правима.
|
||||
<p>
|
||||
Sva ljudska bića rađaju se slobodna i jednaka u dostojanstvu i pravima.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="en-US">
|
||||
<div style="width:1em; hyphens:auto;" lang="en-US">
|
||||
Alla människor äro födda fria och lika i värde och rättigheter
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="sv">
|
||||
<div style="width:1em; 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>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="sv">
|
||||
<div style="width:1em; hyphens:auto;" lang="sv">
|
||||
Alla människor äro födda fria och lika i värde och rättigheter
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="tr">
|
||||
<div style="width:1em; 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>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="tr">
|
||||
<div style="width:1em; hyphens:auto;" lang="tr">
|
||||
Bütün insanlar hür, haysiyet ve haklar bakımından eşit doğarlar.
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
<title>Test for auto hyphenation with text-transform</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:0px; -moz-hyphens:auto">
|
||||
<div style="width:0px; hyphens:auto">
|
||||
masse<br>maße
|
||||
</div>
|
||||
<div style="width:0px; -moz-hyphens:auto; text-transform:uppercase">
|
||||
<div style="width:0px; hyphens:auto; text-transform:uppercase">
|
||||
masse<br>maße
|
||||
</div>
|
||||
<div style="width:0px; -moz-hyphens:auto; text-transform:capitalize">
|
||||
<div style="width:0px; hyphens:auto; text-transform:capitalize">
|
||||
masse<br>maße
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:manual;" lang="uk">
|
||||
<div style="width:1em; hyphens:manual;" lang="uk">
|
||||
Всі лю­ди на­ро­джу­ю­ться віль­ни­ми і рів­ни­ми у сво­їй гі­дно­сті та пра­вах
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:1em; -moz-hyphens:auto;" lang="uk">
|
||||
<div style="width:1em; hyphens:auto;" lang="uk">
|
||||
Всі люди народжуються вільними і рівними у своїй гідності та правах
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head><title>Hyphenation test</title></head>
|
||||
<!-- simple test for automatic hyphenation -->
|
||||
<body xml:lang="en-us">
|
||||
<div style="width: 5em; -moz-hyphens: auto; font-family:sans-serif;">
|
||||
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<head><title>Hyphenation test</title></head>
|
||||
<!-- check that hyphenation is not applied when language is not specified -->
|
||||
<body>
|
||||
<div style="width: 5em; -moz-hyphens: auto;">
|
||||
<div style="width: 5em; hyphens: auto;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head><title>Hyphenation test</title></head>
|
||||
<!-- check that xml:lang beats lang -->
|
||||
<body xml:lang="en-us" lang="x-unknown-language">
|
||||
<div style="width: 5em; -moz-hyphens: auto; font-family:sans-serif;">
|
||||
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head><title>Hyphenation test</title></head>
|
||||
<!-- check that xml:lang beats lang -->
|
||||
<body lang="x-unknown-language" xml:lang="en-us">
|
||||
<div style="width: 5em; -moz-hyphens: auto; font-family:sans-serif;">
|
||||
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<!-- check that xml:lang beats lang -->
|
||||
<!-- check that hyphenation is not applied to unknown language -->
|
||||
<body xml:lang="x-unknown-language" lang="en-us">
|
||||
<div style="width: 5em; -moz-hyphens: auto;">
|
||||
<div style="width: 5em; hyphens: auto;">
|
||||
supercalifragilisticexpialidocious
|
||||
</div>
|
||||
</body>
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче