chromium/third_party/blink/web_tests/external/wpt/css/css-text/crashtests/text-wrap-balance-float-crash.html

<!DOCTYPE html>
<style>
div {
  width: 3em;
  border: thin solid;
  white-space: balance;
}
.float { float: left; }
</style>
<div class="float">2</div>
<div>3</div>