Sign in
mojo
/
mojo-tools
/
64a4a80012dbfd6ffdc1c50a922cebca36dae341
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
viewport-initial-scale-1.html
blob: b326f2242f0fb205fe4bc42e9c58b565f141a074 [
file
] [
log
] [
blame
]
<html>
<head>
<meta
name
=
'viewport'
content
=
'initial-scale=1.0'
/>
</head>
<body>
A page with a viewport set to initial-scale 1.
<div
style
=
"
width
:
1000px
"
>
Very wide div
</div>
</body>
</html>