repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1858983 [wpt PR 42532] - Update wpt metadata, a=testonly
[gecko.git]
/
layout
/
reftests
/
meta-viewport
/
initial-scale-0.html
blob
f29f8ce1a47a5a8b6639f085fcbc8f32e1b2cb20
1
<!DOCTYPE
html
>
2
<meta
name
=
"viewport"
content
=
"initial-scale=0,width=device-width"
>
3
<style>
4
html, body {
5
margin:
0
;
6
width:
100
%;
7
height:
100
%;
8
scrollbar-width: none;
9
}
10
#container {
11
min-width:
1600
px; /* this value should be greater than viewport width */
12
min-height:
3000
px;
13
position: relative;
14
}
15
#inner {
16
position: absolute;
17
top:
0
;
18
left:
0
;
19
width:
100
px;
20
height:
100
px;
21
background: green;
22
}
23
</style>
24
<div
id
=
"container"
>
25
<div
id
=
"inner"
></div>
26
</div>