viewport-apply-initial-scale-after-navigation-ref.html (392B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Viewport: Apply initial-scale after Navigation</title> 5 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 </head> 8 <body> 9 <h1>Viewport: Apply initial-scale after Navigation</h1> 10 <p>Test passes if page opens with own initial-scale of 1.0</p> 11 </body> 12 </html>