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

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

Issue 115253002: [Files.app] Fix a potential error in ShareDialog/FileManagerBrowserTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 years 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
« no previous file with comments | « no previous file | chrome/test/data/chromeos/file_manager/share_dialog_mock/main.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Share dialog</title> 4 <title>Share dialog</title>
5 <script type="text/javascript" src="main.js"></script> 5 <script type="text/javascript" src="main.js"></script>
6 </head> 6 </head>
7 <body style="display: none"> 7 <body style="display: none">
8 <div id="container"> 8 <div id="container">
9 This is a mocked sharing dialog. 9 This is a mocked sharing dialog.
10 <button onclick="javascript:client.setVisible(false);">Close</button> 10 <button onclick="javascript:shareDialog.setVisible(false);">Close</button>
11 </div> 11 </div>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/chromeos/file_manager/share_dialog_mock/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698