| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| </head> | |
| <body> | |
| This test makes sure that the line-break property works unprefixed. | |
| <div style="font-size: 30px; width: 3em;" lang="zh-hans"> | |
| <div style="line-break: normal;">人人人!</div> | |
| <div style="line-break: loose;">人人人!</div> | |
| </div> | |
| </body> | |
| </html> |