gecko/mobile/chrome/tests/browser_viewport_04.html

21 lines
483 B
HTML

<html>
<head>
<title>Browser Viewport Page 04</title>
<meta name="viewport" content="width=200"/>
<!--
Expected width calculation:
width = 200px
Expected scale calculation:
make fullscreen for expected width = 200 (800 / 200 = 4.00)
-->
<meta name="expected-width" content="200"/>
<meta name="expected-scale" content="4.00"/>
</head>
<body>
<p>Browser Viewport Page 04</p>
<p>width=200, default initial-scale</p>
</body>
</html>