Sign in
mojo
/
mojo-tools
/
06caa3d9c9b81719657480a481a325a0c651bd83
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
viewport-initial-scale-and-user-scalable-no.html
blob: 878809b2c693fe3f518c02abac02168bf6fc182d [
file
] [
log
] [
blame
]
<html>
<head>
<meta
name
=
'viewport'
content
=
'width=device-width,target-densitydpi=device-dpi,initial-scale=2,user-scalable=no'
/>
</head>
<body>
A page with a viewport set to device-dpi and device width, scale 2, non user-scalable.
</body>
</html>