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
/
Source
/
web
/
tests
/
data
/
pinch-viewport-fixed-pos.html
blob
cff6a1f7a268b5b71d7efbcfc301360eec710cf9
1
<!DOCTYPE
html
>
2
<html>
3
4
<head>
5
<style>
6
::-webkit-scrollbar {
7
width:
0
px;
8
height:
0
px;
9
}
10
body {
11
margin:
0
px;
12
height:
1000
px;
13
}
14
#navbar {
15
background: silver;
16
width:
200
px;
17
height:
30
px;
18
position: fixed;
19
bottom:
50
px;
20
left:
50
px;
21
}
22
</style>
23
</head>
24
25
<body>
26
<div
id
=
"navbar"
>
a
</div>
27
</body>
28
29
</html>