blob: 99f5ea00ef36058ff81353e1f0f2feb909e6d217 [file] [log] [blame]
<!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;
-webkit-hyphens: auto;
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>