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
/
backgrounds
/
background-position-origin-initial-expected.html
blob
80d3f43166f266aabc15e12c37158ef6557d4992
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
background-position: initial on top of
4
-value
</title>
5
<style>
6
body { margin:
0
}
7
.ref {
8
height:
100
px;
9
width:
100
px;
10
top:
0
;
11
left:
0
;
12
background-color: green;
13
position: absolute;
14
}
15
</style>
16
</head>
17
<body>
18
<div
class
=
"ref"
></div>
19
</body>
20
</html>