| Index: chrome/test/data/extensions/api_test/automation/sites/location2.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/app_window_send_message/main.html b/chrome/test/data/extensions/api_test/automation/sites/location2.html
|
| similarity index 53%
|
| copy from chrome/test/data/extensions/platform_apps/app_window_send_message/main.html
|
| copy to chrome/test/data/extensions/api_test/automation/sites/location2.html
|
| index b338dcdc78e0b0354894999c4b600c4cc36a0821..15d442fe6ab1f354e0fb6cda91e49ac000b79e83 100644
|
| --- a/chrome/test/data/extensions/platform_apps/app_window_send_message/main.html
|
| +++ b/chrome/test/data/extensions/api_test/automation/sites/location2.html
|
| @@ -5,6 +5,12 @@
|
| -->
|
| <html>
|
| <body>
|
| - <script src="main.js"></script>
|
| + <button>1</button>
|
| + <div style="position: absolute; top: 0; left: 0;">
|
| + <div style="position: absolute; top: 100px;">
|
| + <input>
|
| + </div>
|
| + </div>
|
| + <button>2</button>
|
| </body>
|
| </html>
|
|
|