flutter_flutter/engine/web/tests/data/viewport-target-densitydpi-device-and-fixed-width.html
2014-10-23 11:17:19 -07:00

9 lines
224 B
HTML

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