| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>This tests that simple and normal line layout produce the same lines with hyphenation and enlarged font</title> | |
| <style> | |
| div { | |
| display: inline-block; | |
| width: 43px; | |
| margin-right: 150px; | |
| vertical-align: top; | |
| font-size: 30px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div>advantageous remunerative profitability</div> | |
| <div>saxicolous sesquipedalian superabundant</div> | |
| <div>unencumbered responsibilities unparagoned peerless</div> | |
| </body> | |
| </html> |