wpt / css / css-text / crashtests / text-wrap-balance-float-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/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>