Index: chrome/test/data/banners/play_app_test_page.html |
diff --git a/chrome/test/data/banners/play_app_test_page.html b/chrome/test/data/banners/play_app_test_page.html |
index 459d19cd0b896d0c21b733161e87afe178840713..3b9126b4f19f59743f3e91c7dc06bb9a0e0a8959 100644 |
--- a/chrome/test/data/banners/play_app_test_page.html |
+++ b/chrome/test/data/banners/play_app_test_page.html |
@@ -2,6 +2,7 @@ |
<head> |
<title>Web app banner test page</title> |
<link rel="manifest" href="play_app_manifest.json" /> |
+ <meta name="viewport" content="width=device-width, initial-scale=1"> |
</head> |
<body onload="initialize()"> |
Do-nothing page with a service worker. |