comparison: layout/reftests/text/auto-hyphenation-5-ref.html
layout/reftests/text/auto-hyphenation-5-ref.html
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style type="text/css"> |
|
5 div { |
|
6 margin: 10px; |
|
7 width: 10px; |
|
8 font-family: monospace; |
|
9 -moz-hyphens: manual; |
|
10 } |
|
11 </style> |
|
12 </head> |
|
13 <!-- test some hyphenations that involve overlapping patterns --> |
|
14 <body lang="en-us"> |
|
15 <div> |
|
16 photo |
|
17 </div> |
|
18 <div> |
|
19 pho­to­graph |
|
20 </div> |
|
21 <div> |
|
22 pho­tog­ra­pher |
|
23 </div> |
|
24 <div> |
|
25 pho­to­graph­i­cal |
|
26 </div> |
|
27 </body> |
|
28 </html> |