no-viewport-wide-device-ref.html (318B)
1 <!DOCTYPE html> 2 <meta name="viewport" content="initial-scale=1,width=device-width,minimum-scale=1"> 3 <style> 4 html, body { 5 margin: 0; 6 width: 100%; 7 height: 100%; 8 scrollbar-width: none; 9 } 10 div { 11 position: absolute; 12 top: 0; 13 left: 0; 14 width: 100px; 15 height: 100px; 16 background: green; 17 } 18 </style> 19 <div></div>