summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/crashtests/text-wrap-balance-float-crash.html
blob: a4767b07615925aebd31343e81b772c8712e8756 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
div {
  width: 3em;
  border: thin solid;
  white-space: balance;
}
.float { float: left; }
</style>
<div class="float">2</div>
<div>3</div>