flutter_flutter/engine/web/tests/data/viewport-initial-scale-less-than-1-device-width.html
2014-10-23 11:17:19 -07:00

9 lines
233 B
HTML

<html>
<head>
<meta name='viewport' content='width=device-width,target-densitydpi=device-dpi,initial-scale=0.25' />
</head>
<body>
A page with a viewport set to device-dpi and device width, scale < 1.
</body>
</html>