flutter_flutter/engine/web/tests/data/viewport-2x-initial-scale.html
2014-10-23 11:17:19 -07:00

9 lines
154 B
HTML

<html>
<head>
<meta name='viewport' content='initial-scale=2' />
</head>
<body>
A page with the viewport set to 2x scale.
</body>
</html>