Files
tubestation/layout/reftests/text/overflowwrap-10.html
Thomas Wisniewski 4a4637a269 Bug 955857 - Add tests for overflow-wrap. r=dbaron
MozReview-Commit-ID: 5HVMTNWDIaz
2016-05-23 21:41:03 -04:00

15 lines
356 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Test - overflow-wrap: break-word should respect clusters</title>
</head>
<body>
<div style="width:0px; overflow-wrap:break-word">
abc
d&#x0325;e&#x0315;f&#x0323;
&#x10400;&#x10401;&#x10402;
</div>
</body>
</html>