Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-break
/
flexbox
/
float-in-webkit-box-in-multicol-crash.html
blob: e93974994bf425283c074311b445286d5c11fb2d [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<link
rel
=
"help"
href
=
"https://bugs.chromium.org/p/chromium/issues/detail?id=1318035"
>
<div
style
=
"
column-count
:
2
;
"
>
<div
style
=
"
display
:
-webkit-box
;
"
>
<div
style
=
"
float
:
left
;
"
></div>
</div>
</div>