Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/hyphens/hyphens-auto-wordbreak-breakall-crash.html - WPT Dashboard Interop Dashboard
<!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>