summaryrefslogtreecommitdiff
path: root/Source/web/tests/data/viewport-initial-scale-less-than-1-device-width.html
blob: 990d727bfc511f293e31e12e9091266889c8c9f4 (plain)
1
2
3
4
5
6
7
8
<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>