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
/
negative-composited-offset-expected.html
blob
90e6560b2ab6cc99da427e8d77338017a7fe168b
1
<!DOCTYPE
html
>
2
<html>
3
<style>
4
.test {
5
width:
20
px;
6
height:
30
px;
7
position: absolute;
8
left:
10
px;
9
top: -
8.5
px;
10
background-color: green;
11
}
12
</style>
13
<body>
14
<div
class
=
"test"
></div>