Bug 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git] / layout / reftests / text / auto-hyphenation-xmllang-5.xhtml
blobdce0ee03f8f2566c042a83dbc8594fcbb8b72014
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <style type="text/css">
5 div {
6 margin: 10px;
7 width: 10px;
8 font-family: monospace;
9 hyphens: auto;
11 </style>
12 </head>
13 <!-- test some hyphenations that involve overlapping patterns -->
14 <body xml:lang="en-us">
15 <div>
16 photo
17 </div>
18 <div>
19 photograph
20 </div>
21 <div>
22 photographer
23 </div>
24 <div>
25 photographical
26 </div>
27 </body>
28 </html>