blob: a35fcabb3cded4926ac0d8cd7b9ffacb281d661f [file] [log] [blame]
<!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;">&#x4EBA;&#x4EBA;&#x4EBA;&#xFF01;</div>
<div style="line-break: loose;">&#x4EBA;&#x4EBA;&#x4EBA;&#xFF01;</div>
</div>
</body>
</html>