initial-scale-1.html (236B)
1 <!DOCTYPE html> 2 <html><head> 3 <meta name="viewport" content="initial-scale=0; width=device-width"> 4 </head> 5 <body> 6 This tests that an initial-scale of 0 (i.e. garbage) is overridden<br/> 7 with something a little more sane. 8 </body> 9 </html>