- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / popup_positioning_moved / main.html
1 <!doctype html>
2 <!--
3  * Copyright 2013 The Chromium Authors. All rights reserved.  Use of this
4  * source code is governed by a BSD-style license that can be found in the
5  * LICENSE file.
6 -->
7 <html>
8 <head>
9 <style type="text/css">
10 body { margin:0; padding:0; }
11 </style>
12 </head>
13 <body>
14   <div id="webview-tag-container"
15       style="padding-left: 40px; padding-top: 60px;"></div>
16   <script src="main.js"></script>
17 </body>
18 </html>