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-expected.html
blob
1010a855fecf1aaeabe26f850afbff16c54fa52e
1
<!DOCTYPE
html
>
2
<html>
3
<style>
4
.box {
5
width:
10
px;
6
height:
10
px;
7
background-color: green;
8
border:
1
px solid black;
9
position: absolute;
10
top:
0
px;
11
left:
0
px;
12
}
13
.shifted {
14
left:
33.5
px;
15
}
16
</style>
17
<body>
18
<div
class
=
"box"
></div>
19
<div
class
=
"box shifted"
></div>
20
</div>
21
</body>