Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<meta name="assert"
content="hyphens:auto + word-break:break-all should not assert/crash">
<style>
.test {
width: 1em;
hyphens: auto;
word-break: break-all;
}
</style>
<body lang="en">
<div class="test">
supercalifragilisticexpialidocious
</div>