Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<style>
div {
font-size: 2em;
border: solid black;
margin: 5px;
width: min-content;
word-break: keep-all;
}
#ref {
border-color: blue;
}
</style>
<p>Test passes if the black box is identical to either the blue one.
<div id=test lang=th>
กรุงเทพ<wbr>คือ<wbr>สวยงาม
</div>
<div id=ref lang=th>
กรุงเทพ<wbr>คือ<wbr>สวยงาม
</div>