| Index: chrome/test/data/extensions/api_test/window_open/window_size/popup.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/app_icon/main.html b/chrome/test/data/extensions/api_test/window_open/window_size/popup.html
|
| similarity index 78%
|
| copy from chrome/test/data/extensions/platform_apps/app_icon/main.html
|
| copy to chrome/test/data/extensions/api_test/window_open/window_size/popup.html
|
| index 61fb2385346320840d4f45e6f0fc2bc52aa7c329..6ab82d47f66203fea1dab7d982bdd2b01247cc54 100644
|
| --- a/chrome/test/data/extensions/platform_apps/app_icon/main.html
|
| +++ b/chrome/test/data/extensions/api_test/window_open/window_size/popup.html
|
| @@ -3,7 +3,10 @@
|
| * source code is governed by a BSD-style license that can be found in the
|
| * LICENSE file.
|
| -->
|
| +
|
| +<!DOCTYPE html>
|
| <html>
|
| -<body>
|
| -</body>
|
| + <body>
|
| + Popup Window
|
| + </body>
|
| </html>
|
|
|