merge backout

This commit is contained in:
Jonathan Kew 2011-05-04 15:33:21 +01:00
commit 00d438211a
17 changed files with 0 additions and 203 deletions

View File

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<body lang="en-us">
<div style="width: 5em;">
supercalifragilisticexpialidocious
</div>
</body>
</html>

View File

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<body lang="en-us">
<div style="width: 5em; -moz-hyphens: manual;">
su&shy;per&shy;cal&shy;ifrag&shy;ilis&shy;tic&shy;ex&shy;pi&shy;ali&shy;do&shy;cious
</div>
</body>
</html>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<!-- simple test for automatic hyphenation -->
<body lang="en-us">
<div style="width: 5em; -moz-hyphens: auto;">
supercalifragilisticexpialidocious
</div>
</body>
</html>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<!-- adding random <span>s should not affect hyphenation -->
<body lang="en-us">
<div style="width: 5em; -moz-hyphens: auto;">
super<span>cali</span>frag<span>ili</span>sti<span>cex</span>pialidoc<span>i</span>ous
</div>
</body>
</html>

View File

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html>
<body lang="en-us">
<div style="width: 5em; -moz-hyphens: auto;">
supercalifragilisticexpialidocious
<span style="-moz-hyphens:none">supercalifragilisticexpialidocious</span>
supercalifragilisticexpialidocious
</div>
</body>
</html>

View File

@ -1,12 +0,0 @@
<!DOCTYPE html>
<html>
<!-- mixed languages in a word should inhibit automatic hyphenation -->
<body lang="en-us">
<div style="width: 5em; -moz-hyphens: auto;">
supercalifragilisticexpialidocious
super<span lang="foo">cali</span>fragilisticexpialidocious
supercalifragilisticexpialidocious
</div>
</body>
</html>

View File

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<body lang="en-us">
<div style="width: 5em;">
supercalifragilisticexpialidocious
</div>
</body>
</html>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<!-- check that -moz-hyphens:none prevents break at &shy; -->
<body lang="en-us">
<div style="width: 5em; -moz-hyphens: none;">
su&shy;per&shy;cal&shy;ifrag&shy;ilis&shy;tic&shy;ex&shy;pi&shy;ali&shy;do&shy;cious
</div>
</body>
</html>

View File

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<body lang="x-unknown-language">
<div style="width: 5em; -moz-hyphens: none;">
supercalifragilisticexpialidocious
</div>
</body>
</html>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<!-- check that hyphenation is not applied to unknown language -->
<body lang="x-unknown-language">
<div style="width: 5em; -moz-hyphens: auto;">
supercalifragilisticexpialidocious
</div>
</body>
</html>

View File

@ -1,28 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
margin: 10px;
width: 10px;
font-family: monospace;
-moz-hyphens: manual;
}
</style>
</head>
<!-- test some hyphenations that involve overlapping patterns -->
<body lang="en-us">
<div>
photo
</div>
<div>
pho&shy;to&shy;graph
</div>
<div>
pho&shy;tog&shy;ra&shy;pher
</div>
<div>
pho&shy;to&shy;graph&shy;i&shy;cal
</div>
</body>
</html>

View File

@ -1,28 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
margin: 10px;
width: 10px;
font-family: monospace;
-moz-hyphens: auto;
}
</style>
</head>
<!-- test some hyphenations that involve overlapping patterns -->
<body lang="en-us">
<div>
photo
</div>
<div>
photograph
</div>
<div>
photographer
</div>
<div>
photographical
</div>
</body>
</html>

View File

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<body lang="en-us">
<div style="width: 0; -moz-hyphens: manual;">
hy&shy;<span style="color:red">phen&shy;</span>ation
</div>
</body>
</html>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<!-- style changes don't break hyphenation -->
<body lang="en-us">
<div style="width: 0; -moz-hyphens: auto;">
hy<span style="color:red">phen</span>ation
</div>
</body>
</html>

View File

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<body lang="en-us">
<div style="width: 0; -moz-hyphens: manual;">
h<span style="color:red">y&shy;phen&shy;a</span>tion
</div>
</body>
</html>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<!-- style changes don't break hyphenation -->
<body lang="en-us">
<div style="width: 0; -moz-hyphens: auto;">
h<span style="color:red">yphena</span>tion
</div>
</body>
</html>

View File

@ -86,13 +86,3 @@ random-if(!cocoaWidget) == 577380.html 577380-ref.html
HTTP(..) == arabic-shaping-1.html arabic-shaping-1-ref.html
# check ligature in Arial Bold on Windows, for bug 644184; may fail on other platforms depending on fonts
random-if(!winWidget) == arial-bold-lam-alef-1.html arial-bold-lam-alef-1-ref.html
# Tests for hyphenation with -moz-hyphens
== auto-hyphenation-1.html auto-hyphenation-1-ref.html
!= auto-hyphenation-1.html auto-hyphenation-1-notref.html
== auto-hyphenation-1a.html auto-hyphenation-1-ref.html
== auto-hyphenation-2.html auto-hyphenation-2-ref.html
== auto-hyphenation-3.html auto-hyphenation-3-ref.html
== auto-hyphenation-4.html auto-hyphenation-4-ref.html
== 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