- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / chromeos / file_manager / share_dialog_mock / index.html
1 <!doctype html>
2 <html>
3   <head>
4     <title>Share dialog</title>
5     <script type="text/javascript" src="main.js"></script>
6   </head>
7   <body style="display: none">
8     <div id="container">
9       This is a mocked sharing dialog.
10       <button onclick="javascript:client.setVisible(false);">Close</button>
11     </div>
12   </body>
13 </html>