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/text-wrap-balance-float-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
div {
width: 3em;
border: thin solid;
white-space: balance;
}
.float { float: left; }
</style>
<div class="float">2</div>
<div>3</div>