Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-text
/
crashtests
/
text-wrap-balance-float-crash.html
blob: a4767b07615925aebd31343e81b772c8712e8756 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
div
{
width
:
3em
;
border
:
thin solid
;
white-space
:
balance
;
}
.
float
{
float
:
left
;
}
</style>
<div
class
=
"float"
>
2
</div>
<div>
3
</div>