Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.52
/
.
/
LayoutTests
/
fast
/
multicol
/
overflowing-relpos.html
blob: ebf1868174462aa0bc499ccb5ddd460b70aed24a [
file
] [
edit
]
<!DOCTYPE html>
<p>
There should be a hotpink square below.
</p>
<div
style
=
"
columns
:
2
;
column-fill
:
auto
;
width
:
100px
;
height
:
200px
;
"
>
<div
style
=
"
position
:
relative
;
left
:
50px
;
width
:
200px
;
height
:
200px
;
background
:
hotpink
;
"
></div>
</div>