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