Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Side by Side Diff: chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html

Issue 22185002: Add browser test to the sharing dialog feature in Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added the licence header. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698