Sign in
webkit
/
WebKit
/
3e01ea2c6e60dac71bbc2366692c12538bc3430c
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
css
/
css-multicol
/
multicol-overflow-clip-positioned-expected.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>