gecko-dev/layout/reftests/text/wordbreak-dynamic-1-ref.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
316 B
HTML
Raw Normal View History

<!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>