Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git] / chrome / test / data / chromeos / file_manager / share_dialog_mock / index.html
blob51ef2beef1c8f9cfddc3ff9d9e691196257d0001
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:shareDialog.setVisible(false);">Close</button>
11 </div>
12 </body>
13 </html>