repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
sub-pixel
/
column-clipping.html
blob
828c9abdea294f232e5f86882bde4473f23c5748
1
<!DOCTYPE
html
>
2
<html>
3
<style>
4
body
>
div {
5
-webkit-column-count:
2
;
6
column-count:
2
;
7
column-fill: auto;
8
width:
51
px;
9
position: absolute;
10
left:
0
px;
11
top:
0
px;
12
}
13
div
>
div {
14
width:
10
px;
15
height:
10
px;
16
background-color: green;
17
border:
1
px solid black;
18
position: relative;
19
}
20
</style>
21
<body>
22
<div>
23
<div></div>
24
<div></div>
25
</div>
26
</body>