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-input-field.html
blob
b31a09ea3cfc20f4ed6a8e21a9b51afc735249b1
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
}
13
#content {
14
background: silver;
15
width:
500
px;
16
height:
600
px;
17
}
18
</style>
19
</head>
20
21
<body>
22
<div
id
=
"content"
>
a
</div>
23
<input
style
=
"border: 0px; padding: 0px; position: absolute; left: 200px; top:600px; width: 100px; height: 20px"
type
=
"text"
>
24
</body>
25
26
</html>