Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-multicol
/
multicol-overflow-clip-positioned-ref.html
blob: 58f1d57bc39beed37d14eea0dc9c1cbc47c33717 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
style
=
"
columns
:
2
"
>
<div
style
=
"
height
:
200px
;
background
:
blue
"
></div>
<div
style
=
"
height
:
200px
"
></div>
</div>