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/crashtests/trailing-space-with-cr-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<style>
div {
width: 100px;
white-space: pre-wrap;
word-break: break-word;
border: 1px solid blue;
}
.atomic {
display: inline-block;
width: 99px;
height: 1em;
background: orange;
}
</style>
<div><span class="atomic"></span>
 <span class="atomic"></span></div>