gecko-dev/layout/reftests/text/wordbreak-dynamic-1-ref.html
Xidorn Quan c3010f1b3e Bug 1319424 - Ensure to setup line breaker before using it. r=jfkthame
MozReview-Commit-ID: EOuPLXTIBcZ

--HG--
extra : rebase_source : 166719397abf9ba8ca4e5bf9d187f2c7783981b3
2016-11-25 16:19:32 +11:00

19 lines
316 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Reference - word-break: break-all with dynamic change</title>
<style>
div {
font-family: monospace;
width: 3ch;
background: pink;
word-break: break-all;
}
</style>
</head>
<body>
<div>a bcdef</div>
</body>
</html>