| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Viewport: Apply initial-scale after Navigation</title> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| </head> | |
| <body> | |
| <h1>Viewport: Apply initial-scale after Navigation</h1> | |
| <p>Test passes if page opens with own initial-scale of 1.0</p> | |
| </body> | |
| </html> |