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
/
paint
/
invalidation
/
spv2
/
child-of-sub-pixel-offset-composited-layer-expected.html
blob
78cb87a48933a84f423357262f2624e5c624e1cd
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
.container {
6
position: absolute;
7
top:
100
px;
8
left:
100.5
px;
9
}
10
11
#target {
12
position: absolute;
13
left:
0
px;
14
width:
10
px;
15
height:
10
px;
16
border:
2
px solid green;
17
}
18
</style>
19
</head>
20
<body
">
21
<div class="
container
">
22
<div id="
target
">
23
</div>
24
</div>